Condividi tramite


IVaultPatchParameters.EnabledForDeployment Property

Definition

Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabledForDeployment", Update=true)]
public bool? EnabledForDeployment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabledForDeployment", Update=true)>]
member this.EnabledForDeployment : Nullable<bool> with get, set
Public Property EnabledForDeployment As Nullable(Of Boolean)

Property Value

Attributes

Applies to