Condividi tramite


ArmKeyVaultModelFactory.KeyVaultSecretPatch Method

Definition

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.

Applies to