UpdateAzureKeyVaultSecret.Enable 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.
[System.Management.Automation.Parameter(HelpMessage="If present, enable a secret if value is true. Disable a secret if value is false. If not specified, the existing value of the secret's enabled/disabled state remains unchanged.", Mandatory=false)]
public bool? Enable { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="If present, enable a secret if value is true. Disable a secret if value is false. If not specified, the existing value of the secret's enabled/disabled state remains unchanged.", Mandatory=false)>]
member this.Enable : Nullable<bool> with get, set
Public Property Enable As Nullable(Of Boolean)
Property Value
- Attributes