VaultPatchProperties.EnabledForDeployment Property
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.
Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Origin(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PropertyOrigin.Owned)]
public bool? EnabledForDeployment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Origin(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PropertyOrigin.Owned)>]
member this.EnabledForDeployment : Nullable<bool> with get, set
Public Property EnabledForDeployment As Nullable(Of Boolean)
Property Value
Implements
- Attributes