VaultCreateOrUpdateParameters Constructors
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.
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.Fluent.Models.VaultProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultCreateOrUpdateParameters : string * Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Fluent.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
Azure SDK for .NET