Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessPolicyEntry
- type AccessPolicyUpdateKind
- type Action
- type ActionsRequired
- type ActivationStatus
- type Attributes
- type BaseClient
- type CertificatePermissions
- type CheckMhsmNameAvailabilityParameters
- type CheckMhsmNameAvailabilityResult
- type CheckNameAvailabilityResult
- type CloudError
- type CloudErrorBody
- type CreateMode
- type DeletedManagedHsm
- type DeletedManagedHsmListResult
- type DeletedManagedHsmListResultIterator
- type DeletedManagedHsmListResultPage
- type DeletedManagedHsmProperties
- type DeletedVault
- type DeletedVaultListResult
- type DeletedVaultListResultIterator
- type DeletedVaultListResultPage
- type DeletedVaultProperties
- type DeletionRecoveryLevel
- type DimensionProperties
- type Error
- type IPRule
- type IdentityType
- type JSONWebKeyCurveName
- type JSONWebKeyOperation
- type JSONWebKeyType
- type Key
- type KeyAttributes
- type KeyCreateParameters
- type KeyListResult
- type KeyListResultIterator
- type KeyListResultPage
- type KeyPermissions
- type KeyProperties
- type KeyReleasePolicy
- type KeyRotationPolicyActionType
- type KeyRotationPolicyAttributes
- type KeysClient
- type LifetimeAction
- type LogSpecification
- type MHSMIPRule
- type MHSMNetworkRuleSet
- type MHSMPrivateEndpoint
- type MHSMPrivateEndpointConnection
- type MHSMPrivateEndpointConnectionItem
- type MHSMPrivateEndpointConnectionProperties
- type MHSMPrivateEndpointConnectionsClient
- type MHSMPrivateEndpointConnectionsDeleteFuture
- type MHSMPrivateEndpointConnectionsListResult
- type MHSMPrivateEndpointConnectionsListResultIterator
- type MHSMPrivateEndpointConnectionsListResultPage
- type MHSMPrivateLinkResource
- type MHSMPrivateLinkResourceListResult
- type MHSMPrivateLinkResourceProperties
- type MHSMPrivateLinkResourcesClient
- type MHSMPrivateLinkServiceConnectionState
- type MHSMVirtualNetworkRule
- type ManagedHSMSecurityDomainProperties
- type ManagedHsm
- type ManagedHsmError
- type ManagedHsmListResult
- type ManagedHsmListResultIterator
- type ManagedHsmListResultPage
- type ManagedHsmProperties
- type ManagedHsmResource
- type ManagedHsmSku
- type ManagedHsmSkuName
- type ManagedHsmsClient
- type ManagedHsmsCreateOrUpdateFuture
- type ManagedHsmsDeleteFuture
- type ManagedHsmsPurgeDeletedFuture
- type ManagedHsmsUpdateFuture
- type MetricSpecification
- type NetworkRuleAction
- type NetworkRuleBypassOptions
- type NetworkRuleSet
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationProperties
- type OperationsClient
- type Permissions
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionItem
- type PrivateEndpointConnectionListResult
- type PrivateEndpointConnectionListResultIterator
- type PrivateEndpointConnectionListResultPage
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionProvisioningState
- type PrivateEndpointConnectionsClient
- type PrivateEndpointConnectionsDeleteFuture
- type PrivateEndpointServiceConnectionStatus
- type PrivateLinkResource
- type PrivateLinkResourceListResult
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesClient
- type PrivateLinkServiceConnectionState
- type ProvisioningState
- type PublicNetworkAccess
- type ReasonForKeyVault
- type ReasonForManagedHsm
- type Resource
- type ResourceListResult
- type ResourceListResultIterator
- type ResourceListResultPage
- type RotationPolicy
- type Secret
- type SecretAttributes
- type SecretCreateOrUpdateParameters
- type SecretListResult
- type SecretListResultIterator
- type SecretListResultPage
- type SecretPatchParameters
- type SecretPatchProperties
- type SecretPermissions
- type SecretProperties
- type SecretsClient
- type ServiceSpecification
- type Sku
- type SkuName
- type StoragePermissions
- type SystemData
- type Trigger
- type Vault
- type VaultAccessPolicyParameters
- type VaultAccessPolicyProperties
- type VaultCheckNameAvailabilityParameters
- type VaultCreateOrUpdateParameters
- type VaultListResult
- type VaultListResultIterator
- type VaultListResultPage
- type VaultPatchParameters
- type VaultPatchProperties
- type VaultProperties
- type VaultProvisioningState
- type VaultsClient
- type VaultsCreateOrUpdateFuture
- type VaultsPurgeDeletedFuture
- type VirtualNetworkRule
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessPolicyEntry ¶
type AccessPolicyEntry = original.AccessPolicyEntry
type AccessPolicyUpdateKind ¶
type AccessPolicyUpdateKind = original.AccessPolicyUpdateKind
const ( Add AccessPolicyUpdateKind = original.Add Remove AccessPolicyUpdateKind = original.Remove Replace AccessPolicyUpdateKind = original.Replace )
func PossibleAccessPolicyUpdateKindValues ¶
func PossibleAccessPolicyUpdateKindValues() []AccessPolicyUpdateKind
type ActionsRequired ¶
type ActionsRequired = original.ActionsRequired
const (
None ActionsRequired = original.None
)
func PossibleActionsRequiredValues ¶
func PossibleActionsRequiredValues() []ActionsRequired
type ActivationStatus ¶
type ActivationStatus = original.ActivationStatus
const ( Active ActivationStatus = original.Active Failed ActivationStatus = original.Failed NotActivated ActivationStatus = original.NotActivated Unknown ActivationStatus = original.Unknown )
func PossibleActivationStatusValues ¶
func PossibleActivationStatusValues() []ActivationStatus
type Attributes ¶
type Attributes = original.Attributes
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CertificatePermissions ¶
type CertificatePermissions = original.CertificatePermissions
const ( All CertificatePermissions = original.All Backup CertificatePermissions = original.Backup Create CertificatePermissions = original.Create Delete CertificatePermissions = original.Delete Deleteissuers CertificatePermissions = original.Deleteissuers Get CertificatePermissions = original.Get Getissuers CertificatePermissions = original.Getissuers Import CertificatePermissions = original.Import List CertificatePermissions = original.List Listissuers CertificatePermissions = original.Listissuers Managecontacts CertificatePermissions = original.Managecontacts Manageissuers CertificatePermissions = original.Manageissuers Purge CertificatePermissions = original.Purge Recover CertificatePermissions = original.Recover Restore CertificatePermissions = original.Restore Setissuers CertificatePermissions = original.Setissuers Update CertificatePermissions = original.Update )
func PossibleCertificatePermissionsValues ¶
func PossibleCertificatePermissionsValues() []CertificatePermissions
type CheckMhsmNameAvailabilityParameters ¶
type CheckMhsmNameAvailabilityParameters = original.CheckMhsmNameAvailabilityParameters
type CheckMhsmNameAvailabilityResult ¶
type CheckMhsmNameAvailabilityResult = original.CheckMhsmNameAvailabilityResult
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type CreateMode ¶
type CreateMode = original.CreateMode
const ( CreateModeDefault CreateMode = original.CreateModeDefault CreateModeRecover CreateMode = original.CreateModeRecover )
func PossibleCreateModeValues ¶
func PossibleCreateModeValues() []CreateMode
type DeletedManagedHsm ¶
type DeletedManagedHsm = original.DeletedManagedHsm
type DeletedManagedHsmListResult ¶
type DeletedManagedHsmListResult = original.DeletedManagedHsmListResult
type DeletedManagedHsmListResultIterator ¶
type DeletedManagedHsmListResultIterator = original.DeletedManagedHsmListResultIterator
func NewDeletedManagedHsmListResultIterator ¶
func NewDeletedManagedHsmListResultIterator(page DeletedManagedHsmListResultPage) DeletedManagedHsmListResultIterator
type DeletedManagedHsmListResultPage ¶
type DeletedManagedHsmListResultPage = original.DeletedManagedHsmListResultPage
func NewDeletedManagedHsmListResultPage ¶
func NewDeletedManagedHsmListResultPage(cur DeletedManagedHsmListResult, getNextPage func(context.Context, DeletedManagedHsmListResult) (DeletedManagedHsmListResult, error)) DeletedManagedHsmListResultPage
type DeletedManagedHsmProperties ¶
type DeletedManagedHsmProperties = original.DeletedManagedHsmProperties
type DeletedVault ¶
type DeletedVault = original.DeletedVault
type DeletedVaultListResult ¶
type DeletedVaultListResult = original.DeletedVaultListResult
type DeletedVaultListResultIterator ¶
type DeletedVaultListResultIterator = original.DeletedVaultListResultIterator
func NewDeletedVaultListResultIterator ¶
func NewDeletedVaultListResultIterator(page DeletedVaultListResultPage) DeletedVaultListResultIterator
type DeletedVaultListResultPage ¶
type DeletedVaultListResultPage = original.DeletedVaultListResultPage
func NewDeletedVaultListResultPage ¶
func NewDeletedVaultListResultPage(cur DeletedVaultListResult, getNextPage func(context.Context, DeletedVaultListResult) (DeletedVaultListResult, error)) DeletedVaultListResultPage
type DeletedVaultProperties ¶
type DeletedVaultProperties = original.DeletedVaultProperties
type DeletionRecoveryLevel ¶
type DeletionRecoveryLevel = original.DeletionRecoveryLevel
const ( Purgeable DeletionRecoveryLevel = original.Purgeable Recoverable DeletionRecoveryLevel = original.Recoverable RecoverableProtectedSubscription DeletionRecoveryLevel = original.RecoverableProtectedSubscription RecoverablePurgeable DeletionRecoveryLevel = original.RecoverablePurgeable )
func PossibleDeletionRecoveryLevelValues ¶
func PossibleDeletionRecoveryLevelValues() []DeletionRecoveryLevel
type DimensionProperties ¶
type DimensionProperties = original.DimensionProperties
type IdentityType ¶
type IdentityType = original.IdentityType
const ( IdentityTypeApplication IdentityType = original.IdentityTypeApplication IdentityTypeKey IdentityType = original.IdentityTypeKey IdentityTypeManagedIdentity IdentityType = original.IdentityTypeManagedIdentity IdentityTypeUser IdentityType = original.IdentityTypeUser )
func PossibleIdentityTypeValues ¶
func PossibleIdentityTypeValues() []IdentityType
type JSONWebKeyCurveName ¶
type JSONWebKeyCurveName = original.JSONWebKeyCurveName
const ( P256 JSONWebKeyCurveName = original.P256 P256K JSONWebKeyCurveName = original.P256K P384 JSONWebKeyCurveName = original.P384 P521 JSONWebKeyCurveName = original.P521 )
func PossibleJSONWebKeyCurveNameValues ¶
func PossibleJSONWebKeyCurveNameValues() []JSONWebKeyCurveName
type JSONWebKeyOperation ¶
type JSONWebKeyOperation = original.JSONWebKeyOperation
const ( JSONWebKeyOperationDecrypt JSONWebKeyOperation = original.JSONWebKeyOperationDecrypt JSONWebKeyOperationEncrypt JSONWebKeyOperation = original.JSONWebKeyOperationEncrypt JSONWebKeyOperationImport JSONWebKeyOperation = original.JSONWebKeyOperationImport JSONWebKeyOperationRelease JSONWebKeyOperation = original.JSONWebKeyOperationRelease JSONWebKeyOperationSign JSONWebKeyOperation = original.JSONWebKeyOperationSign JSONWebKeyOperationUnwrapKey JSONWebKeyOperation = original.JSONWebKeyOperationUnwrapKey JSONWebKeyOperationVerify JSONWebKeyOperation = original.JSONWebKeyOperationVerify JSONWebKeyOperationWrapKey JSONWebKeyOperation = original.JSONWebKeyOperationWrapKey )
func PossibleJSONWebKeyOperationValues ¶
func PossibleJSONWebKeyOperationValues() []JSONWebKeyOperation
type JSONWebKeyType ¶
type JSONWebKeyType = original.JSONWebKeyType
const ( EC JSONWebKeyType = original.EC ECHSM JSONWebKeyType = original.ECHSM RSA JSONWebKeyType = original.RSA RSAHSM JSONWebKeyType = original.RSAHSM )
func PossibleJSONWebKeyTypeValues ¶
func PossibleJSONWebKeyTypeValues() []JSONWebKeyType
type KeyAttributes ¶
type KeyAttributes = original.KeyAttributes
type KeyCreateParameters ¶
type KeyCreateParameters = original.KeyCreateParameters
type KeyListResult ¶
type KeyListResult = original.KeyListResult
type KeyListResultIterator ¶
type KeyListResultIterator = original.KeyListResultIterator
func NewKeyListResultIterator ¶
func NewKeyListResultIterator(page KeyListResultPage) KeyListResultIterator
type KeyListResultPage ¶
type KeyListResultPage = original.KeyListResultPage
func NewKeyListResultPage ¶
func NewKeyListResultPage(cur KeyListResult, getNextPage func(context.Context, KeyListResult) (KeyListResult, error)) KeyListResultPage
type KeyPermissions ¶
type KeyPermissions = original.KeyPermissions
const ( KeyPermissionsAll KeyPermissions = original.KeyPermissionsAll KeyPermissionsBackup KeyPermissions = original.KeyPermissionsBackup KeyPermissionsCreate KeyPermissions = original.KeyPermissionsCreate KeyPermissionsDecrypt KeyPermissions = original.KeyPermissionsDecrypt KeyPermissionsDelete KeyPermissions = original.KeyPermissionsDelete KeyPermissionsEncrypt KeyPermissions = original.KeyPermissionsEncrypt KeyPermissionsGet KeyPermissions = original.KeyPermissionsGet KeyPermissionsGetrotationpolicy KeyPermissions = original.KeyPermissionsGetrotationpolicy KeyPermissionsImport KeyPermissions = original.KeyPermissionsImport KeyPermissionsList KeyPermissions = original.KeyPermissionsList KeyPermissionsPurge KeyPermissions = original.KeyPermissionsPurge KeyPermissionsRecover KeyPermissions = original.KeyPermissionsRecover KeyPermissionsRelease KeyPermissions = original.KeyPermissionsRelease KeyPermissionsRestore KeyPermissions = original.KeyPermissionsRestore KeyPermissionsRotate KeyPermissions = original.KeyPermissionsRotate KeyPermissionsSetrotationpolicy KeyPermissions = original.KeyPermissionsSetrotationpolicy KeyPermissionsSign KeyPermissions = original.KeyPermissionsSign KeyPermissionsUnwrapKey KeyPermissions = original.KeyPermissionsUnwrapKey KeyPermissionsUpdate KeyPermissions = original.KeyPermissionsUpdate KeyPermissionsVerify KeyPermissions = original.KeyPermissionsVerify KeyPermissionsWrapKey KeyPermissions = original.KeyPermissionsWrapKey )
func PossibleKeyPermissionsValues ¶
func PossibleKeyPermissionsValues() []KeyPermissions
type KeyProperties ¶
type KeyProperties = original.KeyProperties
type KeyReleasePolicy ¶
type KeyReleasePolicy = original.KeyReleasePolicy
type KeyRotationPolicyActionType ¶
type KeyRotationPolicyActionType = original.KeyRotationPolicyActionType
const ( Notify KeyRotationPolicyActionType = original.Notify Rotate KeyRotationPolicyActionType = original.Rotate )
func PossibleKeyRotationPolicyActionTypeValues ¶
func PossibleKeyRotationPolicyActionTypeValues() []KeyRotationPolicyActionType
type KeyRotationPolicyAttributes ¶
type KeyRotationPolicyAttributes = original.KeyRotationPolicyAttributes
type KeysClient ¶
type KeysClient = original.KeysClient
func NewKeysClient ¶
func NewKeysClient(subscriptionID string) KeysClient
func NewKeysClientWithBaseURI ¶
func NewKeysClientWithBaseURI(baseURI string, subscriptionID string) KeysClient
type LifetimeAction ¶
type LifetimeAction = original.LifetimeAction
type LogSpecification ¶
type LogSpecification = original.LogSpecification
type MHSMIPRule ¶
type MHSMIPRule = original.MHSMIPRule
type MHSMNetworkRuleSet ¶
type MHSMNetworkRuleSet = original.MHSMNetworkRuleSet
type MHSMPrivateEndpoint ¶
type MHSMPrivateEndpoint = original.MHSMPrivateEndpoint
type MHSMPrivateEndpointConnection ¶
type MHSMPrivateEndpointConnection = original.MHSMPrivateEndpointConnection
type MHSMPrivateEndpointConnectionItem ¶
type MHSMPrivateEndpointConnectionItem = original.MHSMPrivateEndpointConnectionItem
type MHSMPrivateEndpointConnectionProperties ¶
type MHSMPrivateEndpointConnectionProperties = original.MHSMPrivateEndpointConnectionProperties
type MHSMPrivateEndpointConnectionsClient ¶
type MHSMPrivateEndpointConnectionsClient = original.MHSMPrivateEndpointConnectionsClient
func NewMHSMPrivateEndpointConnectionsClient ¶
func NewMHSMPrivateEndpointConnectionsClient(subscriptionID string) MHSMPrivateEndpointConnectionsClient
func NewMHSMPrivateEndpointConnectionsClientWithBaseURI ¶
func NewMHSMPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) MHSMPrivateEndpointConnectionsClient
type MHSMPrivateEndpointConnectionsDeleteFuture ¶
type MHSMPrivateEndpointConnectionsDeleteFuture = original.MHSMPrivateEndpointConnectionsDeleteFuture
type MHSMPrivateEndpointConnectionsListResult ¶
type MHSMPrivateEndpointConnectionsListResult = original.MHSMPrivateEndpointConnectionsListResult
type MHSMPrivateEndpointConnectionsListResultIterator ¶
type MHSMPrivateEndpointConnectionsListResultIterator = original.MHSMPrivateEndpointConnectionsListResultIterator
func NewMHSMPrivateEndpointConnectionsListResultIterator ¶
func NewMHSMPrivateEndpointConnectionsListResultIterator(page MHSMPrivateEndpointConnectionsListResultPage) MHSMPrivateEndpointConnectionsListResultIterator
type MHSMPrivateEndpointConnectionsListResultPage ¶
type MHSMPrivateEndpointConnectionsListResultPage = original.MHSMPrivateEndpointConnectionsListResultPage
func NewMHSMPrivateEndpointConnectionsListResultPage ¶
func NewMHSMPrivateEndpointConnectionsListResultPage(cur MHSMPrivateEndpointConnectionsListResult, getNextPage func(context.Context, MHSMPrivateEndpointConnectionsListResult) (MHSMPrivateEndpointConnectionsListResult, error)) MHSMPrivateEndpointConnectionsListResultPage
type MHSMPrivateLinkResource ¶
type MHSMPrivateLinkResource = original.MHSMPrivateLinkResource
type MHSMPrivateLinkResourceListResult ¶
type MHSMPrivateLinkResourceListResult = original.MHSMPrivateLinkResourceListResult
type MHSMPrivateLinkResourceProperties ¶
type MHSMPrivateLinkResourceProperties = original.MHSMPrivateLinkResourceProperties
type MHSMPrivateLinkResourcesClient ¶
type MHSMPrivateLinkResourcesClient = original.MHSMPrivateLinkResourcesClient
func NewMHSMPrivateLinkResourcesClient ¶
func NewMHSMPrivateLinkResourcesClient(subscriptionID string) MHSMPrivateLinkResourcesClient
func NewMHSMPrivateLinkResourcesClientWithBaseURI ¶
func NewMHSMPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) MHSMPrivateLinkResourcesClient
type MHSMPrivateLinkServiceConnectionState ¶
type MHSMPrivateLinkServiceConnectionState = original.MHSMPrivateLinkServiceConnectionState
type MHSMVirtualNetworkRule ¶
type MHSMVirtualNetworkRule = original.MHSMVirtualNetworkRule
type ManagedHSMSecurityDomainProperties ¶
type ManagedHSMSecurityDomainProperties = original.ManagedHSMSecurityDomainProperties
type ManagedHsm ¶
type ManagedHsm = original.ManagedHsm
type ManagedHsmError ¶
type ManagedHsmError = original.ManagedHsmError
type ManagedHsmListResult ¶
type ManagedHsmListResult = original.ManagedHsmListResult
type ManagedHsmListResultIterator ¶
type ManagedHsmListResultIterator = original.ManagedHsmListResultIterator
func NewManagedHsmListResultIterator ¶
func NewManagedHsmListResultIterator(page ManagedHsmListResultPage) ManagedHsmListResultIterator
type ManagedHsmListResultPage ¶
type ManagedHsmListResultPage = original.ManagedHsmListResultPage
func NewManagedHsmListResultPage ¶
func NewManagedHsmListResultPage(cur ManagedHsmListResult, getNextPage func(context.Context, ManagedHsmListResult) (ManagedHsmListResult, error)) ManagedHsmListResultPage
type ManagedHsmProperties ¶
type ManagedHsmProperties = original.ManagedHsmProperties
type ManagedHsmResource ¶
type ManagedHsmResource = original.ManagedHsmResource
type ManagedHsmSku ¶
type ManagedHsmSku = original.ManagedHsmSku
type ManagedHsmSkuName ¶
type ManagedHsmSkuName = original.ManagedHsmSkuName
const ( CustomB32 ManagedHsmSkuName = original.CustomB32 StandardB1 ManagedHsmSkuName = original.StandardB1 )
func PossibleManagedHsmSkuNameValues ¶
func PossibleManagedHsmSkuNameValues() []ManagedHsmSkuName
type ManagedHsmsClient ¶
type ManagedHsmsClient = original.ManagedHsmsClient
func NewManagedHsmsClient ¶
func NewManagedHsmsClient(subscriptionID string) ManagedHsmsClient
func NewManagedHsmsClientWithBaseURI ¶
func NewManagedHsmsClientWithBaseURI(baseURI string, subscriptionID string) ManagedHsmsClient
type ManagedHsmsCreateOrUpdateFuture ¶
type ManagedHsmsCreateOrUpdateFuture = original.ManagedHsmsCreateOrUpdateFuture
type ManagedHsmsDeleteFuture ¶
type ManagedHsmsDeleteFuture = original.ManagedHsmsDeleteFuture
type ManagedHsmsPurgeDeletedFuture ¶
type ManagedHsmsPurgeDeletedFuture = original.ManagedHsmsPurgeDeletedFuture
type ManagedHsmsUpdateFuture ¶
type ManagedHsmsUpdateFuture = original.ManagedHsmsUpdateFuture
type MetricSpecification ¶
type MetricSpecification = original.MetricSpecification
type NetworkRuleAction ¶
type NetworkRuleAction = original.NetworkRuleAction
const ( Allow NetworkRuleAction = original.Allow Deny NetworkRuleAction = original.Deny )
func PossibleNetworkRuleActionValues ¶
func PossibleNetworkRuleActionValues() []NetworkRuleAction
type NetworkRuleBypassOptions ¶
type NetworkRuleBypassOptions = original.NetworkRuleBypassOptions
const ( NetworkRuleBypassOptionsAzureServices NetworkRuleBypassOptions = original.NetworkRuleBypassOptionsAzureServices NetworkRuleBypassOptionsNone NetworkRuleBypassOptions = original.NetworkRuleBypassOptionsNone )
func PossibleNetworkRuleBypassOptionsValues ¶
func PossibleNetworkRuleBypassOptionsValues() []NetworkRuleBypassOptions
type NetworkRuleSet ¶
type NetworkRuleSet = original.NetworkRuleSet
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationProperties ¶
type OperationProperties = original.OperationProperties
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Permissions ¶
type Permissions = original.Permissions
type PrivateEndpoint ¶
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionItem ¶
type PrivateEndpointConnectionItem = original.PrivateEndpointConnectionItem
type PrivateEndpointConnectionListResult ¶
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionListResultIterator ¶
type PrivateEndpointConnectionListResultIterator = original.PrivateEndpointConnectionListResultIterator
func NewPrivateEndpointConnectionListResultIterator ¶
func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator
type PrivateEndpointConnectionListResultPage ¶
type PrivateEndpointConnectionListResultPage = original.PrivateEndpointConnectionListResultPage
func NewPrivateEndpointConnectionListResultPage ¶
func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, getNextPage func(context.Context, PrivateEndpointConnectionListResult) (PrivateEndpointConnectionListResult, error)) PrivateEndpointConnectionListResultPage
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProvisioningState ¶
type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
const ( PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningStateDisconnected PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateDisconnected PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningStateUpdating PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateUpdating )
func PossiblePrivateEndpointConnectionProvisioningStateValues ¶
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState
type PrivateEndpointConnectionsClient ¶
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClient ¶
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClientWithBaseURI ¶
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsDeleteFuture ¶
type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
type PrivateEndpointServiceConnectionStatus ¶
type PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatus
const ( Approved PrivateEndpointServiceConnectionStatus = original.Approved Disconnected PrivateEndpointServiceConnectionStatus = original.Disconnected Pending PrivateEndpointServiceConnectionStatus = original.Pending Rejected PrivateEndpointServiceConnectionStatus = original.Rejected )
func PossiblePrivateEndpointServiceConnectionStatusValues ¶
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus
type PrivateLinkResource ¶
type PrivateLinkResource = original.PrivateLinkResource
type PrivateLinkResourceListResult ¶
type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult
type PrivateLinkResourceProperties ¶
type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
type PrivateLinkResourcesClient ¶
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
func NewPrivateLinkResourcesClient ¶
func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient
func NewPrivateLinkResourcesClientWithBaseURI ¶
func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateActivated ProvisioningState = original.ProvisioningStateActivated ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateProvisioning ProvisioningState = original.ProvisioningStateProvisioning ProvisioningStateRestoring ProvisioningState = original.ProvisioningStateRestoring ProvisioningStateSecurityDomainRestore ProvisioningState = original.ProvisioningStateSecurityDomainRestore ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type PublicNetworkAccess ¶
type PublicNetworkAccess = original.PublicNetworkAccess
const ( Disabled PublicNetworkAccess = original.Disabled Enabled PublicNetworkAccess = original.Enabled )
func PossiblePublicNetworkAccessValues ¶
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
type ReasonForKeyVault ¶
type ReasonForKeyVault = original.ReasonForKeyVault
const ( AccountNameInvalid ReasonForKeyVault = original.AccountNameInvalid AlreadyExists ReasonForKeyVault = original.AlreadyExists )
func PossibleReasonForKeyVaultValues ¶
func PossibleReasonForKeyVaultValues() []ReasonForKeyVault
type ReasonForManagedHsm ¶
type ReasonForManagedHsm = original.ReasonForManagedHsm
const ( ReasonForManagedHsmAccountNameInvalid ReasonForManagedHsm = original.ReasonForManagedHsmAccountNameInvalid ReasonForManagedHsmAlreadyExists ReasonForManagedHsm = original.ReasonForManagedHsmAlreadyExists )
func PossibleReasonForManagedHsmValues ¶
func PossibleReasonForManagedHsmValues() []ReasonForManagedHsm
type ResourceListResult ¶
type ResourceListResult = original.ResourceListResult
type ResourceListResultIterator ¶
type ResourceListResultIterator = original.ResourceListResultIterator
func NewResourceListResultIterator ¶
func NewResourceListResultIterator(page ResourceListResultPage) ResourceListResultIterator
type ResourceListResultPage ¶
type ResourceListResultPage = original.ResourceListResultPage
func NewResourceListResultPage ¶
func NewResourceListResultPage(cur ResourceListResult, getNextPage func(context.Context, ResourceListResult) (ResourceListResult, error)) ResourceListResultPage
type RotationPolicy ¶
type RotationPolicy = original.RotationPolicy
type SecretAttributes ¶
type SecretAttributes = original.SecretAttributes
type SecretCreateOrUpdateParameters ¶
type SecretCreateOrUpdateParameters = original.SecretCreateOrUpdateParameters
type SecretListResult ¶
type SecretListResult = original.SecretListResult
type SecretListResultIterator ¶
type SecretListResultIterator = original.SecretListResultIterator
func NewSecretListResultIterator ¶
func NewSecretListResultIterator(page SecretListResultPage) SecretListResultIterator
type SecretListResultPage ¶
type SecretListResultPage = original.SecretListResultPage
func NewSecretListResultPage ¶
func NewSecretListResultPage(cur SecretListResult, getNextPage func(context.Context, SecretListResult) (SecretListResult, error)) SecretListResultPage
type SecretPatchParameters ¶
type SecretPatchParameters = original.SecretPatchParameters
type SecretPatchProperties ¶
type SecretPatchProperties = original.SecretPatchProperties
type SecretPermissions ¶
type SecretPermissions = original.SecretPermissions
const ( SecretPermissionsAll SecretPermissions = original.SecretPermissionsAll SecretPermissionsBackup SecretPermissions = original.SecretPermissionsBackup SecretPermissionsDelete SecretPermissions = original.SecretPermissionsDelete SecretPermissionsGet SecretPermissions = original.SecretPermissionsGet SecretPermissionsList SecretPermissions = original.SecretPermissionsList SecretPermissionsPurge SecretPermissions = original.SecretPermissionsPurge SecretPermissionsRecover SecretPermissions = original.SecretPermissionsRecover SecretPermissionsRestore SecretPermissions = original.SecretPermissionsRestore SecretPermissionsSet SecretPermissions = original.SecretPermissionsSet )
func PossibleSecretPermissionsValues ¶
func PossibleSecretPermissionsValues() []SecretPermissions
type SecretProperties ¶
type SecretProperties = original.SecretProperties
type SecretsClient ¶
type SecretsClient = original.SecretsClient
func NewSecretsClient ¶
func NewSecretsClient(subscriptionID string) SecretsClient
func NewSecretsClientWithBaseURI ¶
func NewSecretsClientWithBaseURI(baseURI string, subscriptionID string) SecretsClient
type ServiceSpecification ¶
type ServiceSpecification = original.ServiceSpecification
type SkuName ¶
func PossibleSkuNameValues ¶
func PossibleSkuNameValues() []SkuName
type StoragePermissions ¶
type StoragePermissions = original.StoragePermissions
const ( StoragePermissionsAll StoragePermissions = original.StoragePermissionsAll StoragePermissionsBackup StoragePermissions = original.StoragePermissionsBackup StoragePermissionsDelete StoragePermissions = original.StoragePermissionsDelete StoragePermissionsDeletesas StoragePermissions = original.StoragePermissionsDeletesas StoragePermissionsGet StoragePermissions = original.StoragePermissionsGet StoragePermissionsGetsas StoragePermissions = original.StoragePermissionsGetsas StoragePermissionsList StoragePermissions = original.StoragePermissionsList StoragePermissionsListsas StoragePermissions = original.StoragePermissionsListsas StoragePermissionsPurge StoragePermissions = original.StoragePermissionsPurge StoragePermissionsRecover StoragePermissions = original.StoragePermissionsRecover StoragePermissionsRegeneratekey StoragePermissions = original.StoragePermissionsRegeneratekey StoragePermissionsRestore StoragePermissions = original.StoragePermissionsRestore StoragePermissionsSet StoragePermissions = original.StoragePermissionsSet StoragePermissionsSetsas StoragePermissions = original.StoragePermissionsSetsas StoragePermissionsUpdate StoragePermissions = original.StoragePermissionsUpdate )
func PossibleStoragePermissionsValues ¶
func PossibleStoragePermissionsValues() []StoragePermissions
type SystemData ¶
type SystemData = original.SystemData
type VaultAccessPolicyParameters ¶
type VaultAccessPolicyParameters = original.VaultAccessPolicyParameters
type VaultAccessPolicyProperties ¶
type VaultAccessPolicyProperties = original.VaultAccessPolicyProperties
type VaultCheckNameAvailabilityParameters ¶
type VaultCheckNameAvailabilityParameters = original.VaultCheckNameAvailabilityParameters
type VaultCreateOrUpdateParameters ¶
type VaultCreateOrUpdateParameters = original.VaultCreateOrUpdateParameters
type VaultListResult ¶
type VaultListResult = original.VaultListResult
type VaultListResultIterator ¶
type VaultListResultIterator = original.VaultListResultIterator
func NewVaultListResultIterator ¶
func NewVaultListResultIterator(page VaultListResultPage) VaultListResultIterator
type VaultListResultPage ¶
type VaultListResultPage = original.VaultListResultPage
func NewVaultListResultPage ¶
func NewVaultListResultPage(cur VaultListResult, getNextPage func(context.Context, VaultListResult) (VaultListResult, error)) VaultListResultPage
type VaultPatchParameters ¶
type VaultPatchParameters = original.VaultPatchParameters
type VaultPatchProperties ¶
type VaultPatchProperties = original.VaultPatchProperties
type VaultProperties ¶
type VaultProperties = original.VaultProperties
type VaultProvisioningState ¶
type VaultProvisioningState = original.VaultProvisioningState
const ( RegisteringDNS VaultProvisioningState = original.RegisteringDNS Succeeded VaultProvisioningState = original.Succeeded )
func PossibleVaultProvisioningStateValues ¶
func PossibleVaultProvisioningStateValues() []VaultProvisioningState
type VaultsClient ¶
type VaultsClient = original.VaultsClient
func NewVaultsClient ¶
func NewVaultsClient(subscriptionID string) VaultsClient
func NewVaultsClientWithBaseURI ¶
func NewVaultsClientWithBaseURI(baseURI string, subscriptionID string) VaultsClient
type VaultsCreateOrUpdateFuture ¶
type VaultsCreateOrUpdateFuture = original.VaultsCreateOrUpdateFuture
type VaultsPurgeDeletedFuture ¶
type VaultsPurgeDeletedFuture = original.VaultsPurgeDeletedFuture
type VirtualNetworkRule ¶
type VirtualNetworkRule = original.VirtualNetworkRule
Click to show internal directories.
Click to hide internal directories.