Documentation ¶
Index ¶
- func PossibleValuesForServerKeyType() []string
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceCustomPager
- type ListByInstanceOperationResponse
- type ManagedInstanceEncryptionProtector
- type ManagedInstanceEncryptionProtectorOperationPredicate
- type ManagedInstanceEncryptionProtectorProperties
- type ManagedInstanceEncryptionProtectorsClient
- func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId, ...) error
- func (c ManagedInstanceEncryptionProtectorsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) Revalidate(ctx context.Context, id commonids.SqlManagedInstanceId) (result RevalidateOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId) error
- type RevalidateOperationResponse
- type ServerKeyType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerKeyType ¶
func PossibleValuesForServerKeyType() []string
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceEncryptionProtector }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedInstanceEncryptionProtector }
type ListByInstanceCustomPager ¶ added in v0.20240628.1153531
func (*ListByInstanceCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByInstanceCustomPager) NextPageLink() *odata.Link
type ListByInstanceOperationResponse ¶
type ListByInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedInstanceEncryptionProtector }
type ManagedInstanceEncryptionProtector ¶
type ManagedInstanceEncryptionProtector struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedInstanceEncryptionProtectorProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedInstanceEncryptionProtectorOperationPredicate ¶
type ManagedInstanceEncryptionProtectorOperationPredicate struct { Id *string Kind *string Name *string Type *string }
func (ManagedInstanceEncryptionProtectorOperationPredicate) Matches ¶
func (p ManagedInstanceEncryptionProtectorOperationPredicate) Matches(input ManagedInstanceEncryptionProtector) bool
type ManagedInstanceEncryptionProtectorProperties ¶
type ManagedInstanceEncryptionProtectorProperties struct { AutoRotationEnabled *bool `json:"autoRotationEnabled,omitempty"` ServerKeyName *string `json:"serverKeyName,omitempty"` ServerKeyType ServerKeyType `json:"serverKeyType"` Thumbprint *string `json:"thumbprint,omitempty"` Uri *string `json:"uri,omitempty"` }
type ManagedInstanceEncryptionProtectorsClient ¶
type ManagedInstanceEncryptionProtectorsClient struct {
Client *resourcemanager.Client
}
func NewManagedInstanceEncryptionProtectorsClientWithBaseURI ¶
func NewManagedInstanceEncryptionProtectorsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstanceEncryptionProtectorsClient, error)
func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate ¶
func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, input ManagedInstanceEncryptionProtector) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll ¶
func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId, input ManagedInstanceEncryptionProtector) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedInstanceEncryptionProtectorsClient) Get ¶
func (c ManagedInstanceEncryptionProtectorsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (ManagedInstanceEncryptionProtectorsClient) ListByInstance ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, predicate ManagedInstanceEncryptionProtectorOperationPredicate) (result ListByInstanceCompleteResult, err error)
ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ManagedInstanceEncryptionProtectorsClient) Revalidate ¶
func (c ManagedInstanceEncryptionProtectorsClient) Revalidate(ctx context.Context, id commonids.SqlManagedInstanceId) (result RevalidateOperationResponse, err error)
Revalidate ...
func (ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll ¶
func (c ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId) error
RevalidateThenPoll performs Revalidate then polls until it's completed
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.