ITransferOffersResponse.Failed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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