Documentation ¶
Index ¶
- func PossibleValuesForEnhancedSecurityState() []string
- func PossibleValuesForSoftDeleteFeatureState() []string
- func PossibleValuesForStorageType() []string
- func PossibleValuesForStorageTypeState() []string
- func ValidateVaultID(input interface{}, key string) (warnings []string, errors []error)
- type BackupResourceVaultConfig
- type BackupResourceVaultConfigResource
- type BackupResourceVaultConfigsClient
- func (c BackupResourceVaultConfigsClient) Get(ctx context.Context, id VaultId) (result GetOperationResponse, err error)
- func (c BackupResourceVaultConfigsClient) Put(ctx context.Context, id VaultId, input BackupResourceVaultConfigResource) (result PutOperationResponse, err error)
- func (c BackupResourceVaultConfigsClient) Update(ctx context.Context, id VaultId, input BackupResourceVaultConfigResource) (result UpdateOperationResponse, err error)
- type EnhancedSecurityState
- type GetOperationResponse
- type PutOperationResponse
- type SoftDeleteFeatureState
- type StorageType
- type StorageTypeState
- type UpdateOperationResponse
- type VaultId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForEnhancedSecurityState ¶
func PossibleValuesForEnhancedSecurityState() []string
func PossibleValuesForSoftDeleteFeatureState ¶
func PossibleValuesForSoftDeleteFeatureState() []string
func PossibleValuesForStorageType ¶
func PossibleValuesForStorageType() []string
func PossibleValuesForStorageTypeState ¶
func PossibleValuesForStorageTypeState() []string
func ValidateVaultID ¶
ValidateVaultID checks that 'input' can be parsed as a Vault ID
Types ¶
type BackupResourceVaultConfig ¶
type BackupResourceVaultConfig struct { EnhancedSecurityState *EnhancedSecurityState `json:"enhancedSecurityState,omitempty"` IsSoftDeleteFeatureStateEditable *bool `json:"isSoftDeleteFeatureStateEditable,omitempty"` ResourceGuardOperationRequests *[]string `json:"resourceGuardOperationRequests,omitempty"` SoftDeleteFeatureState *SoftDeleteFeatureState `json:"softDeleteFeatureState,omitempty"` SoftDeleteRetentionPeriodInDays *int64 `json:"softDeleteRetentionPeriodInDays,omitempty"` StorageModelType *StorageType `json:"storageModelType,omitempty"` StorageType *StorageType `json:"storageType,omitempty"` StorageTypeState *StorageTypeState `json:"storageTypeState,omitempty"` }
type BackupResourceVaultConfigResource ¶
type BackupResourceVaultConfigResource struct { ETag *string `json:"eTag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *BackupResourceVaultConfig `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type BackupResourceVaultConfigsClient ¶
type BackupResourceVaultConfigsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewBackupResourceVaultConfigsClientWithBaseURI ¶
func NewBackupResourceVaultConfigsClientWithBaseURI(endpoint string) BackupResourceVaultConfigsClient
func (BackupResourceVaultConfigsClient) Get ¶
func (c BackupResourceVaultConfigsClient) Get(ctx context.Context, id VaultId) (result GetOperationResponse, err error)
Get ...
func (BackupResourceVaultConfigsClient) Put ¶
func (c BackupResourceVaultConfigsClient) Put(ctx context.Context, id VaultId, input BackupResourceVaultConfigResource) (result PutOperationResponse, err error)
Put ...
func (BackupResourceVaultConfigsClient) Update ¶
func (c BackupResourceVaultConfigsClient) Update(ctx context.Context, id VaultId, input BackupResourceVaultConfigResource) (result UpdateOperationResponse, err error)
Update ...
type EnhancedSecurityState ¶
type EnhancedSecurityState string
const ( EnhancedSecurityStateDisabled EnhancedSecurityState = "Disabled" EnhancedSecurityStateEnabled EnhancedSecurityState = "Enabled" EnhancedSecurityStateInvalid EnhancedSecurityState = "Invalid" )
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *BackupResourceVaultConfigResource }
type PutOperationResponse ¶
type PutOperationResponse struct { HttpResponse *http.Response Model *BackupResourceVaultConfigResource }
type SoftDeleteFeatureState ¶
type SoftDeleteFeatureState string
const ( SoftDeleteFeatureStateAlwaysON SoftDeleteFeatureState = "AlwaysON" SoftDeleteFeatureStateDisabled SoftDeleteFeatureState = "Disabled" SoftDeleteFeatureStateEnabled SoftDeleteFeatureState = "Enabled" SoftDeleteFeatureStateInvalid SoftDeleteFeatureState = "Invalid" )
type StorageType ¶
type StorageType string
const ( StorageTypeGeoRedundant StorageType = "GeoRedundant" StorageTypeInvalid StorageType = "Invalid" StorageTypeLocallyRedundant StorageType = "LocallyRedundant" StorageTypeReadAccessGeoZoneRedundant StorageType = "ReadAccessGeoZoneRedundant" StorageTypeZoneRedundant StorageType = "ZoneRedundant" )
type StorageTypeState ¶
type StorageTypeState string
const ( StorageTypeStateInvalid StorageTypeState = "Invalid" StorageTypeStateLocked StorageTypeState = "Locked" StorageTypeStateUnlocked StorageTypeState = "Unlocked" )
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response Model *BackupResourceVaultConfigResource }
type VaultId ¶
VaultId is a struct representing the Resource ID for a Vault
func NewVaultID ¶
NewVaultID returns a new VaultId struct
func ParseVaultID ¶
ParseVaultID parses 'input' into a VaultId
func ParseVaultIDInsensitively ¶
ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input
func (*VaultId) FromParseResult ¶
func (id *VaultId) FromParseResult(input resourceids.ParseResult) error
func (VaultId) Segments ¶
func (id VaultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Vault ID
Click to show internal directories.
Click to hide internal directories.