VaultCreateOrUpdateParameters Constructors

Definition

Overloads

VaultCreateOrUpdateParameters()

Initializes a new instance of the VaultCreateOrUpdateParameters class.

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

Initializes a new instance of the VaultCreateOrUpdateParameters class.

VaultCreateOrUpdateParameters()

Initializes a new instance of the VaultCreateOrUpdateParameters class.

public VaultCreateOrUpdateParameters ();
Public Sub New ()

Applies to

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

Initializes a new instance of the VaultCreateOrUpdateParameters class.

public VaultCreateOrUpdateParameters (string location, Microsoft.Azure.Management.KeyVault.Models.VaultProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters : string * Microsoft.Azure.Management.KeyVault.Models.VaultProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters
Public Sub New (location As String, properties As VaultProperties, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

location
String

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

properties
VaultProperties

Properties of the vault

tags
IDictionary<String,String>

The tags that will be assigned to the key vault.

Applies to