BulkCollectionsResponse 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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET