Dela via


ArmKeyVaultModelFactory.KeyVaultCreateOrUpdateContent Method

Definition

Initializes a new instance of KeyVaultCreateOrUpdateContent.

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

Parameters

location
AzureLocation

The supported Azure location where the key vault should be created.

tags
IDictionary<String,String>

The tags that will be assigned to the key vault.

properties
KeyVaultProperties

Properties of the vault.

Returns

A new KeyVaultCreateOrUpdateContent instance for mocking.

Applies to