VaultPatchProperties 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
VaultPatchProperties()
public VaultPatchProperties ();
Public Sub New ()
Applies to
VaultPatchProperties(Nullable<Guid>, Sku, IList<AccessPolicyEntry>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<CreateMode>, Nullable<Boolean>)
public VaultPatchProperties (Guid? tenantId = default, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Sku sku = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.AccessPolicyEntry> accessPolicies = 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.VaultPatchProperties : Nullable<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> * 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.VaultPatchProperties
Public Sub New (Optional tenantId As Nullable(Of Guid) = Nothing, Optional sku As Sku = Nothing, Optional accessPolicies As IList(Of AccessPolicyEntry) = 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
- sku
- Sku
- accessPolicies
- IList<AccessPolicyEntry>
- createMode
- Nullable<CreateMode>