次の方法で共有


OperationResultContract.Status プロパティ

定義

非同期操作の状態を取得または設定します。 指定できる値は、'Started'、'InProgress'、'Succeeded'、'Failed' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.ApiManagement.Models.AsyncOperationStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.ApiManagement.Models.AsyncOperationStatus> with get, set
Public Property Status As Nullable(Of AsyncOperationStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象