InvoiceSectionCreationRequest Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
InvoiceSectionCreationRequest() |
Initialiseert een nieuw exemplaar van de klasse InvoiceSectionCreationRequest. |
InvoiceSectionCreationRequest(String) |
Initialiseert een nieuw exemplaar van de klasse InvoiceSectionCreationRequest. |
InvoiceSectionCreationRequest()
Initialiseert een nieuw exemplaar van de klasse InvoiceSectionCreationRequest.
public InvoiceSectionCreationRequest();
Public Sub New ()
Van toepassing op
InvoiceSectionCreationRequest(String)
Initialiseert een nieuw exemplaar van de klasse InvoiceSectionCreationRequest.
public InvoiceSectionCreationRequest(string displayName = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionCreationRequest : string -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionCreationRequest
Public Sub New (Optional displayName As String = Nothing)
Parameters
- displayName
- String
De naam van de factuursectie.
Van toepassing op
Azure SDK for .NET