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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET