ArmKeyVaultModelFactory.KeyVaultSecretPatch 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.
Parameters for patching a secret.
public static Azure.ResourceManager.KeyVault.Models.KeyVaultSecretPatch KeyVaultSecretPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.KeyVault.Models.SecretPatchProperties properties = default);
static member KeyVaultSecretPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.KeyVault.Models.SecretPatchProperties -> Azure.ResourceManager.KeyVault.Models.KeyVaultSecretPatch
Public Shared Function KeyVaultSecretPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As SecretPatchProperties = Nothing) As KeyVaultSecretPatch
Parameters
- tags
- IDictionary<String,String>
The tags that will be assigned to the secret.
- properties
- SecretPatchProperties
Properties of the secret.
Returns
A new KeyVaultSecretPatch instance for mocking.