TransferOffersResponse Constructors
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.
Overloads
TransferOffersResponse() |
Initializes a new instance of the TransferOffersResponse class. |
TransferOffersResponse(IList<CollectionsDetails>, IList<CollectionsDetails>) |
Initializes a new instance of the TransferOffersResponse class. |
TransferOffersResponse()
Initializes a new instance of the TransferOffersResponse class.
public TransferOffersResponse ();
Public Sub New ()
Applies to
TransferOffersResponse(IList<CollectionsDetails>, IList<CollectionsDetails>)
Initializes a new instance of the TransferOffersResponse class.
public TransferOffersResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> succeeded = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> failed = default);
new Microsoft.Azure.Management.Marketplace.Models.TransferOffersResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> -> Microsoft.Azure.Management.Marketplace.Models.TransferOffersResponse
Public Sub New (Optional succeeded As IList(Of CollectionsDetails) = Nothing, Optional failed As IList(Of CollectionsDetails) = Nothing)
Parameters
- succeeded
- IList<CollectionsDetails>
Succeeded collections
- failed
- IList<CollectionsDetails>
Failed collections
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.