ITransferOffersResponse.Succeeded 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.
Succeeded collections
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Succeeded collections", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="succeeded", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails> Succeeded { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Succeeded collections", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="succeeded", Update=true)>]
member this.Succeeded : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsDetails> with get, set
Public Property Succeeded As List(Of ICollectionsDetails)
Property Value
- Attributes