次の方法で共有


OperationResource.Error プロパティ

定義

status == failed または status == canceled の場合に必須を取得または設定します。 これは、RPC で使用される OData v4 エラー形式であり、v2.2 Azure REST API のガイドラインに従います。

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public Microsoft.Azure.Management.RecoveryServices.Models.Error Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : Microsoft.Azure.Management.RecoveryServices.Models.Error with get, set
Public Property Error As Error

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象