KeyVaultExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.KeyVault.
public static class KeyVaultExtensions
type KeyVaultExtensions = class
Public Module KeyVaultExtensions
- Inheritance
-
KeyVaultExtensions
Methods
CheckKeyVaultNameAvailability(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken) |
Checks that the vault name is valid and is not already in use.
|
CheckKeyVaultNameAvailabilityAsync(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken) |
Checks that the vault name is valid and is not already in use.
|
CheckManagedHsmNameAvailability(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken) |
Checks that the managed hsm name is valid and is not already in use.
|
CheckManagedHsmNameAvailabilityAsync(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken) |
Checks that the managed hsm name is valid and is not already in use.
|
GetDeletedKeyVault(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the deleted Azure key vault.
|
GetDeletedKeyVaultAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the deleted Azure key vault.
|
GetDeletedKeyVaultResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeletedKeyVaultResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation, String) to create a DeletedKeyVaultResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeletedKeyVaultResource(ResourceIdentifier) instead. |
GetDeletedKeyVaults(SubscriptionResource) |
Gets a collection of DeletedKeyVaultResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedKeyVaults() instead. |
GetDeletedKeyVaults(SubscriptionResource, CancellationToken) |
Gets information about the deleted vaults in a subscription.
|
GetDeletedKeyVaultsAsync(SubscriptionResource, CancellationToken) |
Gets information about the deleted vaults in a subscription.
|
GetDeletedManagedHsm(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the specified deleted managed HSM.
|
GetDeletedManagedHsmAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the specified deleted managed HSM.
|
GetDeletedManagedHsmResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeletedManagedHsmResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation, String) to create a DeletedManagedHsmResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeletedManagedHsmResource(ResourceIdentifier) instead. |
GetDeletedManagedHsms(SubscriptionResource) |
Gets a collection of DeletedManagedHsmResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeletedManagedHsms() instead. |
GetDeletedManagedHsms(SubscriptionResource, CancellationToken) |
The List operation gets information about the deleted managed HSMs associated with the subscription.
|
GetDeletedManagedHsmsAsync(SubscriptionResource, CancellationToken) |
The List operation gets information about the deleted managed HSMs associated with the subscription.
|
GetKeyVault(ResourceGroupResource, String, CancellationToken) |
Gets the specified Azure key vault.
|
GetKeyVaultAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified Azure key vault.
|
GetKeyVaultPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a KeyVaultPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a KeyVaultPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetKeyVaultPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetKeyVaultResource(ArmClient, ResourceIdentifier) |
Gets an object representing a KeyVaultResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a KeyVaultResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetKeyVaultResource(ResourceIdentifier) instead. |
GetKeyVaults(ResourceGroupResource) |
Gets a collection of KeyVaultResources in the ResourceGroupResource. MockingTo mock this method, please mock GetKeyVaults() instead. |
GetKeyVaults(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the vaults associated with the subscription.
|
GetKeyVaultsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the vaults associated with the subscription.
|
GetKeyVaultSecretResource(ArmClient, ResourceIdentifier) |
Gets an object representing a KeyVaultSecretResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a KeyVaultSecretResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetKeyVaultSecretResource(ResourceIdentifier) instead. |
GetManagedHsm(ResourceGroupResource, String, CancellationToken) |
Gets the specified managed HSM Pool.
|
GetManagedHsmAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified managed HSM Pool.
|
GetManagedHsmPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ManagedHsmPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedHsmPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetManagedHsmPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetManagedHsmResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ManagedHsmResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedHsmResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetManagedHsmResource(ResourceIdentifier) instead. |
GetManagedHsms(ResourceGroupResource) |
Gets a collection of ManagedHsmResources in the ResourceGroupResource. MockingTo mock this method, please mock GetManagedHsms() instead. |
GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the managed HSM Pools associated with the subscription.
|
GetManagedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the managed HSM Pools associated with the subscription.
|
Applies to
Azure SDK for .NET