Documentation ¶
Index ¶
- 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
- type DeleteOperationResponse
- type GetOperationResponse
- type KeyId
- type ListByServerCompleteResult
- type ListByServerOperationResponse
- type ServerId
- type ServerKey
- type ServerKeyOperationPredicate
- type ServerKeyProperties
- type ServerKeyType
- type ServerKeysClient
- 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 ServerId) (result ListByServerOperationResponse, err error)
- func (c ServerKeysClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
- func (c ServerKeysClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerKeyOperationPredicate) (result ListByServerCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerKeyType ¶
func PossibleValuesForServerKeyType() []string
func ValidateKeyID ¶
ValidateKeyID checks that 'input' can be parsed as a Key ID
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type KeyId ¶
type KeyId struct { SubscriptionId string ResourceGroupName string ServerName string KeyName string }
KeyId is a struct representing the Resource ID for a Key
func NewKeyID ¶
func NewKeyID(subscriptionId string, resourceGroupName string, serverName string, keyName string) KeyId
NewKeyID returns a new KeyId struct
func ParseKeyID ¶
ParseKeyID parses 'input' into a KeyId
func ParseKeyIDInsensitively ¶
ParseKeyIDInsensitively parses 'input' case-insensitively into a KeyId note: this method should only be used for API response data and not user input
func (KeyId) Segments ¶
func (id KeyId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Key ID
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct {
Items []ServerKey
}
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID
type ServerKeyOperationPredicate ¶
type ServerKeyOperationPredicate struct { Id *string Kind *string Location *string Name *string Type *string }
func (ServerKeyOperationPredicate) Matches ¶
func (p ServerKeyOperationPredicate) Matches(input ServerKey) bool
type ServerKeyProperties ¶
type ServerKeyProperties struct { AutoRotationEnabled *bool `json:"autoRotationEnabled,omitempty"` CreationDate *string `json:"creationDate,omitempty"` ServerKeyType ServerKeyType `json:"serverKeyType"` Subregion *string `json:"subregion,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` Uri *string `json:"uri,omitempty"` }
func (*ServerKeyProperties) GetCreationDateAsTime ¶
func (o *ServerKeyProperties) GetCreationDateAsTime() (*time.Time, error)
func (*ServerKeyProperties) SetCreationDateAsTime ¶
func (o *ServerKeyProperties) SetCreationDateAsTime(input time.Time)
type ServerKeyType ¶
type ServerKeyType string
const ( ServerKeyTypeAzureKeyVault ServerKeyType = "AzureKeyVault" ServerKeyTypeServiceManaged ServerKeyType = "ServiceManaged" )
func (*ServerKeyType) UnmarshalJSON ¶
func (s *ServerKeyType) UnmarshalJSON(bytes []byte) error
type ServerKeysClient ¶
type ServerKeysClient struct {
Client *resourcemanager.Client
}
func NewServerKeysClientWithBaseURI ¶
func NewServerKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerKeysClient, error)
func (ServerKeysClient) CreateOrUpdate ¶
func (c ServerKeysClient) CreateOrUpdate(ctx context.Context, id KeyId, input ServerKey) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerKeysClient) CreateOrUpdateThenPoll ¶
func (c ServerKeysClient) CreateOrUpdateThenPoll(ctx context.Context, id KeyId, input ServerKey) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServerKeysClient) Delete ¶
func (c ServerKeysClient) Delete(ctx context.Context, id KeyId) (result DeleteOperationResponse, err error)
Delete ...
func (ServerKeysClient) DeleteThenPoll ¶
func (c ServerKeysClient) DeleteThenPoll(ctx context.Context, id KeyId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ServerKeysClient) Get ¶
func (c ServerKeysClient) Get(ctx context.Context, id KeyId) (result GetOperationResponse, err error)
Get ...
func (ServerKeysClient) ListByServer ¶
func (c ServerKeysClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerKeysClient) ListByServerComplete ¶
func (c ServerKeysClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerKeysClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerKeysClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerKeyOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate