MaintenanceRedeployStatus.LastOperationResultCode プロパティ

定義

最後のメンテナンス操作の結果コードを取得または設定します。 使用できる値は、'None'、'RetryLater'、'MaintenanceAborted'、'MaintenanceCompleted' です。

[Newtonsoft.Json.JsonProperty(PropertyName="lastOperationResultCode")]
public Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes? LastOperationResultCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastOperationResultCode")>]
member this.LastOperationResultCode : Nullable<Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes> with get, set
Public Property LastOperationResultCode As Nullable(Of MaintenanceOperationResultCodeTypes)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象