Condividi tramite


ArmKeyVaultModelFactory.KeyVaultPatch Method

Definition

Parameters for creating or updating a vault.

public static Azure.ResourceManager.KeyVault.Models.KeyVaultPatch KeyVaultPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.KeyVault.Models.KeyVaultPatchProperties properties = default);
static member KeyVaultPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.KeyVault.Models.KeyVaultPatchProperties -> Azure.ResourceManager.KeyVault.Models.KeyVaultPatch
Public Shared Function KeyVaultPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As KeyVaultPatchProperties = Nothing) As KeyVaultPatch

Parameters

tags
IDictionary<String,String>

The tags that will be assigned to the key vault.

properties
KeyVaultPatchProperties

Properties of the vault.

Returns

A new KeyVaultPatch instance for mocking.

Applies to