IPatchSettingsStatus.HotpatchEnablementStatus Property

Definition

Indicates the current status of the hotpatch being enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "PendingEvaluation", "Disabled", "ActionRequired", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Indicates the current status of the hotpatch being enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hotpatchEnablementStatus", Update=true)]
public string HotpatchEnablementStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "PendingEvaluation", "Disabled", "ActionRequired", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Indicates the current status of the hotpatch being enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hotpatchEnablementStatus", Update=true)>]
member this.HotpatchEnablementStatus : string with get, set
Public Property HotpatchEnablementStatus As String

Property Value

Attributes

Applies to