Share via


ITransferOffersResponse.Failed Property

Definition

Failed collections

[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Failed collections", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="failed", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails> Failed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Failed collections", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="failed", Update=true)>]
member this.Failed : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails> with get, set
Public Property Failed As List(Of ICollectionsDetails)

Property Value

Attributes

Applies to