IMachineInstallPatchesResult.MaintenanceWindowExceeded 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.
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