VaultProperties 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
VaultProperties() | |
VaultProperties(Guid, Sku, IList<AccessPolicyEntry>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<CreateMode>, Nullable<Boolean>) |
VaultProperties()
public VaultProperties ();
Public Sub New ()
Applies to
VaultProperties(Guid, Sku, IList<AccessPolicyEntry>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<CreateMode>, Nullable<Boolean>)
public VaultProperties (Guid tenantId, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Sku sku, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.AccessPolicyEntry> accessPolicies = default, string vaultUri = default, bool? enabledForDeployment = default, bool? enabledForDiskEncryption = default, bool? enabledForTemplateDeployment = default, bool? enableSoftDelete = default, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.CreateMode? createMode = default, bool? enablePurgeProtection = default);
new Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultProperties : Guid * Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Sku * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.AccessPolicyEntry> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.CreateMode> * Nullable<bool> -> Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultProperties
Public Sub New (tenantId As Guid, sku As Sku, Optional accessPolicies As IList(Of AccessPolicyEntry) = Nothing, Optional vaultUri As String = Nothing, Optional enabledForDeployment As Nullable(Of Boolean) = Nothing, Optional enabledForDiskEncryption As Nullable(Of Boolean) = Nothing, Optional enabledForTemplateDeployment As Nullable(Of Boolean) = Nothing, Optional enableSoftDelete As Nullable(Of Boolean) = Nothing, Optional createMode As Nullable(Of CreateMode) = Nothing, Optional enablePurgeProtection As Nullable(Of Boolean) = Nothing)
Parameters
- tenantId
- Guid
- sku
- Sku
- accessPolicies
- IList<AccessPolicyEntry>
- vaultUri
- String
- createMode
- Nullable<CreateMode>