SecretsStoreExtensionExtensions 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.SecretsStoreExtension.
public static class SecretsStoreExtensionExtensions
type SecretsStoreExtensionExtensions = class
Public Module SecretsStoreExtensionExtensions
- Inheritance
-
SecretsStoreExtensionExtensions
Methods
GetKeyVaultSecretProviderClass(ResourceGroupResource, String, CancellationToken) |
Gets the properties of an AzureKeyVaultSecretProviderClass instance.
|
GetKeyVaultSecretProviderClassAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of an AzureKeyVaultSecretProviderClass instance.
|
GetKeyVaultSecretProviderClasses(ResourceGroupResource) |
Gets a collection of KeyVaultSecretProviderClassResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetKeyVaultSecretProviderClasses() instead.</item> |
GetKeyVaultSecretProviderClasses(SubscriptionResource, CancellationToken) |
Lists the AzureKeyVaultSecretProviderClass instances within an Azure subscription.
|
GetKeyVaultSecretProviderClassesAsync(SubscriptionResource, CancellationToken) |
Lists the AzureKeyVaultSecretProviderClass instances within an Azure subscription.
|
GetKeyVaultSecretProviderClassResource(ArmClient, ResourceIdentifier) |
Gets an object representing a KeyVaultSecretProviderClassResource 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 KeyVaultSecretProviderClassResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetKeyVaultSecretProviderClassResource(ResourceIdentifier) instead.</item> |
GetSecretSync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of a SecretSync instance.
|
GetSecretSyncAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of a SecretSync instance.
|
GetSecretSyncResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SecretSyncResource 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 SecretSyncResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetSecretSyncResource(ResourceIdentifier) instead.</item> |
GetSecretSyncs(ResourceGroupResource) |
Gets a collection of SecretSyncResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetSecretSyncs() instead.</item> |
GetSecretSyncs(SubscriptionResource, CancellationToken) |
Lists the SecretSync instances within an Azure subscription.
|
GetSecretSyncsAsync(SubscriptionResource, CancellationToken) |
Lists the SecretSync instances within an Azure subscription.
|