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) + 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 ListByServerCompleteResult struct + Items []ServerKey + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]ServerKey + OData *odata.OData + type ServerKey struct + Id *string + Kind *string + Location *string + Name *string + Properties *ServerKeyProperties + Type *string + type ServerKeyOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p ServerKeyOperationPredicate) Matches(input ServerKey) bool + type ServerKeyProperties struct + AutoRotationEnabled *bool + CreationDate *string + ServerKeyType ServerKeyType + Subregion *string + Thumbprint *string + Uri *string + func (o *ServerKeyProperties) GetCreationDateAsTime() (*time.Time, error) + func (o *ServerKeyProperties) SetCreationDateAsTime(input time.Time) + type ServerKeyType string + const ServerKeyTypeAzureKeyVault + const ServerKeyTypeServiceManaged + 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) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error) + func (c ServerKeysClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error) + func (c ServerKeysClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, ...) (result ListByServerCompleteResult, err error)