IPatchSettingsStatus.HotpatchEnablementStatus 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.
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