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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET