다음을 통해 공유


TransferOffersResponse Constructors

Definition

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