ArmSecretsStoreExtensionModelFactory.KeyVaultSecretProviderClassPatch Method
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.
The type used for update operations of the AzureKeyVaultSecretProviderClass.
public static Azure.ResourceManager.SecretsStoreExtension.Models.KeyVaultSecretProviderClassPatch KeyVaultSecretProviderClassPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.SecretsStoreExtension.Models.AzureKeyVaultSecretProviderClassUpdateProperties properties = default);
static member KeyVaultSecretProviderClassPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.SecretsStoreExtension.Models.AzureKeyVaultSecretProviderClassUpdateProperties -> Azure.ResourceManager.SecretsStoreExtension.Models.KeyVaultSecretProviderClassPatch
Public Shared Function KeyVaultSecretProviderClassPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As AzureKeyVaultSecretProviderClassUpdateProperties = Nothing) As KeyVaultSecretProviderClassPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
The resource-specific properties for this resource.
Returns
A new KeyVaultSecretProviderClassPatch instance for mocking.