次の方法で共有


ErrorResponse.Error プロパティ

定義

Azure コンテナー レジストリ ビルド API エラー本文を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象