Aracılığıyla paylaş


BulkCollectionsResponse Constructors

Definition

Overloads

BulkCollectionsResponse()

Initializes a new instance of the BulkCollectionsResponse class.

BulkCollectionsResponse(IList<CollectionsDetails>, IList<CollectionsDetails>)

Initializes a new instance of the BulkCollectionsResponse class.

BulkCollectionsResponse()

Initializes a new instance of the BulkCollectionsResponse class.

public BulkCollectionsResponse ();
Public Sub New ()

Applies to

BulkCollectionsResponse(IList<CollectionsDetails>, IList<CollectionsDetails>)

Initializes a new instance of the BulkCollectionsResponse class.

public BulkCollectionsResponse (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.BulkCollectionsResponse : 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.BulkCollectionsResponse
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