Documentation ¶
Index ¶
- func PossibleValuesForServerKeyType() []string
- type CreateOrUpdateOperationResponse
- type EncryptionProtector
- type EncryptionProtectorOperationPredicate
- type EncryptionProtectorProperties
- type EncryptionProtectorsClient
- func (c EncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlServerId, input EncryptionProtector) (result CreateOrUpdateOperationResponse, err error)
- func (c EncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlServerId, input EncryptionProtector) error
- func (c EncryptionProtectorsClient) Get(ctx context.Context, id commonids.SqlServerId) (result GetOperationResponse, err error)
- func (c EncryptionProtectorsClient) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error)
- func (c EncryptionProtectorsClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error)
- func (c EncryptionProtectorsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, ...) (result ListByServerCompleteResult, err error)
- func (c EncryptionProtectorsClient) Revalidate(ctx context.Context, id commonids.SqlServerId) (result RevalidateOperationResponse, err error)
- func (c EncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id commonids.SqlServerId) error
- type GetOperationResponse
- type ListByServerCompleteResult
- type ListByServerCustomPager
- type ListByServerOperationResponse
- type RevalidateOperationResponse
- type ServerKeyType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerKeyType ¶
func PossibleValuesForServerKeyType() []string
Types ¶
type EncryptionProtector ¶
type EncryptionProtectorOperationPredicate ¶
type EncryptionProtectorOperationPredicate struct { Id *string Kind *string Location *string Name *string Type *string }
func (EncryptionProtectorOperationPredicate) Matches ¶
func (p EncryptionProtectorOperationPredicate) Matches(input EncryptionProtector) bool
type EncryptionProtectorProperties ¶
type EncryptionProtectorProperties struct { AutoRotationEnabled *bool `json:"autoRotationEnabled,omitempty"` ServerKeyName *string `json:"serverKeyName,omitempty"` ServerKeyType ServerKeyType `json:"serverKeyType"` Subregion *string `json:"subregion,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` Uri *string `json:"uri,omitempty"` }
type EncryptionProtectorsClient ¶
type EncryptionProtectorsClient struct {
Client *resourcemanager.Client
}
func NewEncryptionProtectorsClientWithBaseURI ¶
func NewEncryptionProtectorsClientWithBaseURI(sdkApi sdkEnv.Api) (*EncryptionProtectorsClient, error)
func (EncryptionProtectorsClient) CreateOrUpdate ¶
func (c EncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlServerId, input EncryptionProtector) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (EncryptionProtectorsClient) CreateOrUpdateThenPoll ¶
func (c EncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlServerId, input EncryptionProtector) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (EncryptionProtectorsClient) Get ¶
func (c EncryptionProtectorsClient) Get(ctx context.Context, id commonids.SqlServerId) (result GetOperationResponse, err error)
Get ...
func (EncryptionProtectorsClient) ListByServer ¶
func (c EncryptionProtectorsClient) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (EncryptionProtectorsClient) ListByServerComplete ¶
func (c EncryptionProtectorsClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (EncryptionProtectorsClient) ListByServerCompleteMatchingPredicate ¶
func (c EncryptionProtectorsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, predicate EncryptionProtectorOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EncryptionProtectorsClient) Revalidate ¶
func (c EncryptionProtectorsClient) Revalidate(ctx context.Context, id commonids.SqlServerId) (result RevalidateOperationResponse, err error)
Revalidate ...
func (EncryptionProtectorsClient) RevalidateThenPoll ¶
func (c EncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id commonids.SqlServerId) error
RevalidateThenPoll performs Revalidate then polls until it's completed
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EncryptionProtector }
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct { LatestHttpResponse *http.Response Items []EncryptionProtector }
type ListByServerCustomPager ¶ added in v0.20240628.1153531
func (*ListByServerCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByServerCustomPager) NextPageLink() *odata.Link
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]EncryptionProtector }
type ServerKeyType ¶
type ServerKeyType string
const ( ServerKeyTypeAzureKeyVault ServerKeyType = "AzureKeyVault" ServerKeyTypeServiceManaged ServerKeyType = "ServiceManaged" )
func (*ServerKeyType) UnmarshalJSON ¶
func (s *ServerKeyType) UnmarshalJSON(bytes []byte) error
Click to show internal directories.
Click to hide internal directories.