MaintenanceRedeployStatus.LastOperationResultCode 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.
Gets or sets the Last Maintenance Operation Result Code. Possible values include: 'None', 'RetryLater', 'MaintenanceAborted', 'MaintenanceCompleted'
[Newtonsoft.Json.JsonProperty(PropertyName="lastOperationResultCode")]
public Microsoft.Azure.Management.Compute.Fluent.Models.MaintenanceOperationResultCodeTypes? LastOperationResultCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastOperationResultCode")>]
member this.LastOperationResultCode : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.MaintenanceOperationResultCodeTypes> with get, set
Public Property LastOperationResultCode As Nullable(Of MaintenanceOperationResultCodeTypes)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute