Documentation ¶
Index ¶
- func PossibleValuesForServerKeyType() []string
- func ValidateManagedInstanceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceOperationResponse
- type ManagedInstanceEncryptionProtector
- type ManagedInstanceEncryptionProtectorOperationPredicate
- type ManagedInstanceEncryptionProtectorProperties
- type ManagedInstanceEncryptionProtectorsClient
- func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedInstanceId, ...) error
- func (c ManagedInstanceEncryptionProtectorsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) Revalidate(ctx context.Context, id ManagedInstanceId) (result RevalidateOperationResponse, err error)
- func (c ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id ManagedInstanceId) error
- type ManagedInstanceId
- type RevalidateOperationResponse
- type ServerKeyType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerKeyType ¶
func PossibleValuesForServerKeyType() []string
func ValidateManagedInstanceID ¶
ValidateManagedInstanceID checks that 'input' can be parsed as a Managed Instance ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceEncryptionProtector }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct {
Items []ManagedInstanceEncryptionProtector
}
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(api environments.Api) (*ManagedInstanceEncryptionProtectorsClient, error)
func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate ¶
func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, input ManagedInstanceEncryptionProtector) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll ¶
func (c ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedInstanceId, input ManagedInstanceEncryptionProtector) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedInstanceEncryptionProtectorsClient) Get ¶
func (c ManagedInstanceEncryptionProtectorsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (ManagedInstanceEncryptionProtectorsClient) ListByInstance ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate ¶
func (c ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, 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 ManagedInstanceId) (result RevalidateOperationResponse, err error)
Revalidate ...
func (ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll ¶
func (c ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll(ctx context.Context, id ManagedInstanceId) error
RevalidateThenPoll performs Revalidate then polls until it's completed
type ManagedInstanceId ¶
type ManagedInstanceId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string }
ManagedInstanceId is a struct representing the Resource ID for a Managed Instance
func NewManagedInstanceID ¶
func NewManagedInstanceID(subscriptionId string, resourceGroupName string, managedInstanceName string) ManagedInstanceId
NewManagedInstanceID returns a new ManagedInstanceId struct
func ParseManagedInstanceID ¶
func ParseManagedInstanceID(input string) (*ManagedInstanceId, error)
ParseManagedInstanceID parses 'input' into a ManagedInstanceId
func ParseManagedInstanceIDInsensitively ¶
func ParseManagedInstanceIDInsensitively(input string) (*ManagedInstanceId, error)
ParseManagedInstanceIDInsensitively parses 'input' case-insensitively into a ManagedInstanceId note: this method should only be used for API response data and not user input
func (ManagedInstanceId) ID ¶
func (id ManagedInstanceId) ID() string
ID returns the formatted Managed Instance ID
func (ManagedInstanceId) Segments ¶
func (id ManagedInstanceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Instance ID
func (ManagedInstanceId) String ¶
func (id ManagedInstanceId) String() string
String returns a human-readable description of this Managed Instance ID
type ServerKeyType ¶
type ServerKeyType string
const ( ServerKeyTypeAzureKeyVault ServerKeyType = "AzureKeyVault" ServerKeyTypeServiceManaged ServerKeyType = "ServiceManaged" )
func (*ServerKeyType) UnmarshalJSON ¶
func (s *ServerKeyType) UnmarshalJSON(bytes []byte) error