Documentation ¶
Index ¶
- func PossibleValuesForTransparentDataEncryptionState() []string
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByDatabaseCompleteResult
- type ListByDatabaseOperationResponse
- type LogicalDatabaseTransparentDataEncryption
- type LogicalDatabaseTransparentDataEncryptionOperationPredicate
- type TransparentDataEncryptionProperties
- type TransparentDataEncryptionState
- type TransparentDataEncryptionsClient
- func (c TransparentDataEncryptionsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlDatabaseId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c TransparentDataEncryptionsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlDatabaseId, ...) error
- func (c TransparentDataEncryptionsClient) Get(ctx context.Context, id commonids.SqlDatabaseId) (result GetOperationResponse, err error)
- func (c TransparentDataEncryptionsClient) ListByDatabase(ctx context.Context, id commonids.SqlDatabaseId) (result ListByDatabaseOperationResponse, err error)
- func (c TransparentDataEncryptionsClient) ListByDatabaseComplete(ctx context.Context, id commonids.SqlDatabaseId) (ListByDatabaseCompleteResult, error)
- func (c TransparentDataEncryptionsClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id commonids.SqlDatabaseId, ...) (result ListByDatabaseCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForTransparentDataEncryptionState ¶
func PossibleValuesForTransparentDataEncryptionState() []string
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *LogicalDatabaseTransparentDataEncryption }
type ListByDatabaseCompleteResult ¶
type ListByDatabaseCompleteResult struct {
Items []LogicalDatabaseTransparentDataEncryption
}
type ListByDatabaseOperationResponse ¶
type ListByDatabaseOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]LogicalDatabaseTransparentDataEncryption }
type LogicalDatabaseTransparentDataEncryption ¶
type LogicalDatabaseTransparentDataEncryption struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *TransparentDataEncryptionProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type LogicalDatabaseTransparentDataEncryptionOperationPredicate ¶
type LogicalDatabaseTransparentDataEncryptionOperationPredicate struct { Id *string Name *string Type *string }
func (LogicalDatabaseTransparentDataEncryptionOperationPredicate) Matches ¶
func (p LogicalDatabaseTransparentDataEncryptionOperationPredicate) Matches(input LogicalDatabaseTransparentDataEncryption) bool
type TransparentDataEncryptionProperties ¶
type TransparentDataEncryptionProperties struct {
State TransparentDataEncryptionState `json:"state"`
}
type TransparentDataEncryptionState ¶
type TransparentDataEncryptionState string
const ( TransparentDataEncryptionStateDisabled TransparentDataEncryptionState = "Disabled" TransparentDataEncryptionStateEnabled TransparentDataEncryptionState = "Enabled" )
func (*TransparentDataEncryptionState) UnmarshalJSON ¶
func (s *TransparentDataEncryptionState) UnmarshalJSON(bytes []byte) error
type TransparentDataEncryptionsClient ¶
type TransparentDataEncryptionsClient struct {
Client *resourcemanager.Client
}
func NewTransparentDataEncryptionsClientWithBaseURI ¶
func NewTransparentDataEncryptionsClientWithBaseURI(sdkApi sdkEnv.Api) (*TransparentDataEncryptionsClient, error)
func (TransparentDataEncryptionsClient) CreateOrUpdate ¶
func (c TransparentDataEncryptionsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlDatabaseId, input LogicalDatabaseTransparentDataEncryption) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (TransparentDataEncryptionsClient) CreateOrUpdateThenPoll ¶
func (c TransparentDataEncryptionsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlDatabaseId, input LogicalDatabaseTransparentDataEncryption) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (TransparentDataEncryptionsClient) Get ¶
func (c TransparentDataEncryptionsClient) Get(ctx context.Context, id commonids.SqlDatabaseId) (result GetOperationResponse, err error)
Get ...
func (TransparentDataEncryptionsClient) ListByDatabase ¶
func (c TransparentDataEncryptionsClient) ListByDatabase(ctx context.Context, id commonids.SqlDatabaseId) (result ListByDatabaseOperationResponse, err error)
ListByDatabase ...
func (TransparentDataEncryptionsClient) ListByDatabaseComplete ¶
func (c TransparentDataEncryptionsClient) ListByDatabaseComplete(ctx context.Context, id commonids.SqlDatabaseId) (ListByDatabaseCompleteResult, error)
ListByDatabaseComplete retrieves all the results into a single object
func (TransparentDataEncryptionsClient) ListByDatabaseCompleteMatchingPredicate ¶
func (c TransparentDataEncryptionsClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id commonids.SqlDatabaseId, predicate LogicalDatabaseTransparentDataEncryptionOperationPredicate) (result ListByDatabaseCompleteResult, err error)
ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.