次の方法で共有


BulkCollectionsResponse.Failed プロパティ

定義

失敗したコレクションを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="failed")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> Failed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failed")>]
member this.Failed : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> with get, set
Public Property Failed As IList(Of CollectionsDetails)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象