TransferOffersProperties Constructors

Definition

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

targetCollections
IList<String>

Target collections ids

operation
String

Operation to perform (For example: Copy or Move)

offerIdsList
IList<String>

Offers ids list to transfer from source collection to target collection(s)

Applies to