ArmKeyVaultModelFactory.KeyVaultPatch 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 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.