Поделиться через


TransferProductRequestProperties Constructors

Definition

Overloads

TransferProductRequestProperties()

Initializes a new instance of the TransferProductRequestProperties class.

TransferProductRequestProperties(String)

Initializes a new instance of the TransferProductRequestProperties class.

TransferProductRequestProperties()

Initializes a new instance of the TransferProductRequestProperties class.

public TransferProductRequestProperties();
Public Sub New ()

Applies to

TransferProductRequestProperties(String)

Initializes a new instance of the TransferProductRequestProperties class.

public TransferProductRequestProperties(string destinationInvoiceSectionId = default);
new Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties : string -> Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties
Public Sub New (Optional destinationInvoiceSectionId As String = Nothing)

Parameters

destinationInvoiceSectionId
String

The destination invoice section id.

Applies to