IMachineInstallPatchesResult.MaintenanceWindowExceeded Property

Definition

Whether the operation ran out of time before it completed all its intended actions.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Whether the operation ran out of time before it completed all its intended actions.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="maintenanceWindowExceeded", Update=false)]
public bool? MaintenanceWindowExceeded { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Whether the operation ran out of time before it completed all its intended actions.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="maintenanceWindowExceeded", Update=false)>]
member this.MaintenanceWindowExceeded : Nullable<bool>
Public ReadOnly Property MaintenanceWindowExceeded As Nullable(Of Boolean)

Property Value

Attributes

Applies to