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() | |
VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>) |
VaultCreateOrUpdateParameters()
public VaultCreateOrUpdateParameters ();
Public Sub New ()
Applies to
VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)
public VaultCreateOrUpdateParameters (string location, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultCreateOrUpdateParameters : string * Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultCreateOrUpdateParameters
Public Sub New (location As String, properties As VaultProperties, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- location
- String
- properties
- VaultProperties
- tags
- IDictionary<String,String>