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