Share via


VaultPatchProperties Constructors

Definition

Overloads

VaultPatchProperties()
VaultPatchProperties(Nullable<Guid>, Sku, IList<AccessPolicyEntry>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<CreateMode>, Nullable<Boolean>)

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

tenantId
Nullable<Guid>
sku
Sku
accessPolicies
IList<AccessPolicyEntry>
enabledForDeployment
Nullable<Boolean>
enabledForDiskEncryption
Nullable<Boolean>
enabledForTemplateDeployment
Nullable<Boolean>
enableSoftDelete
Nullable<Boolean>
createMode
Nullable<CreateMode>
enablePurgeProtection
Nullable<Boolean>

Applies to