共用方式為


TransferOffersResponse.Failed Property

Definition

Gets or sets failed collections

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to