Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForServerKeyType() []string + func ValidateKeyID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServerID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ServerKey + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *ServerKey + OData *odata.OData + type KeyId struct + KeyName string + ResourceGroupName string + ServerName string + SubscriptionId string + func NewKeyID(subscriptionId string, resourceGroupName string, serverName string, ...) KeyId + func ParseKeyID(input string) (*KeyId, error) + func ParseKeyIDInsensitively(input string) (*KeyId, error) + func (id *KeyId) FromParseResult(input resourceids.ParseResult) error + func (id KeyId) ID() string + func (id KeyId) Segments() []resourceids.Segment + func (id KeyId) String() string + type ListCompleteResult struct + Items []ServerKey + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ServerKey + OData *odata.OData + type ServerId struct + ResourceGroupName string + ServerName string + SubscriptionId string + func NewServerID(subscriptionId string, resourceGroupName string, serverName string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id *ServerId) FromParseResult(input resourceids.ParseResult) error + func (id ServerId) ID() string + func (id ServerId) Segments() []resourceids.Segment + func (id ServerId) String() string + type ServerKey struct + Id *string + Kind *string + Name *string + Properties *ServerKeyProperties + Type *string + type ServerKeyOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p ServerKeyOperationPredicate) Matches(input ServerKey) bool + type ServerKeyProperties struct + CreationDate *string + ServerKeyType ServerKeyType + Uri *string + func (o *ServerKeyProperties) GetCreationDateAsTime() (*time.Time, error) + func (o *ServerKeyProperties) SetCreationDateAsTime(input time.Time) + type ServerKeyType string + const ServerKeyTypeAzureKeyVault + func (s *ServerKeyType) UnmarshalJSON(bytes []byte) error + type ServerKeysClient struct + Client *resourcemanager.Client + func NewServerKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerKeysClient, error) + func (c ServerKeysClient) CreateOrUpdate(ctx context.Context, id KeyId, input ServerKey) (result CreateOrUpdateOperationResponse, err error) + func (c ServerKeysClient) CreateOrUpdateThenPoll(ctx context.Context, id KeyId, input ServerKey) error + func (c ServerKeysClient) Delete(ctx context.Context, id KeyId) (result DeleteOperationResponse, err error) + func (c ServerKeysClient) DeleteThenPoll(ctx context.Context, id KeyId) error + func (c ServerKeysClient) Get(ctx context.Context, id KeyId) (result GetOperationResponse, err error) + func (c ServerKeysClient) List(ctx context.Context, id ServerId) (result ListOperationResponse, err error) + func (c ServerKeysClient) ListComplete(ctx context.Context, id ServerId) (ListCompleteResult, error) + func (c ServerKeysClient) ListCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerKeyOperationPredicate) (result ListCompleteResult, err error)