TransferProductRequestProperties 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
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.