TransferOffersProperties 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
TransferOffersProperties() |
Initializes a new instance of the TransferOffersProperties class. |
TransferOffersProperties(IList<String>, String, IList<String>) |
Initializes a new instance of the TransferOffersProperties class. |
TransferOffersProperties()
Initializes a new instance of the TransferOffersProperties class.
public TransferOffersProperties ();
Public Sub New ()
Applies to
TransferOffersProperties(IList<String>, String, IList<String>)
Initializes a new instance of the TransferOffersProperties class.
public TransferOffersProperties (System.Collections.Generic.IList<string> targetCollections = default, string operation = default, System.Collections.Generic.IList<string> offerIdsList = default);
new Microsoft.Azure.Management.Marketplace.Models.TransferOffersProperties : System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Marketplace.Models.TransferOffersProperties
Public Sub New (Optional targetCollections As IList(Of String) = Nothing, Optional operation As String = Nothing, Optional offerIdsList As IList(Of String) = Nothing)
Parameters
- operation
- String
Operation to perform (For example: Copy or Move)
Offers ids list to transfer from source collection to target collection(s)
Applies to
Azure SDK for .NET