InvoiceSection 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
InvoiceSection() |
Initialiseert een nieuw exemplaar van de klasse InvoiceSection. |
InvoiceSection(String, String, String, String, IDictionary<String,String>, String) |
Initialiseert een nieuw exemplaar van de klasse InvoiceSection. |
InvoiceSection()
Initialiseert een nieuw exemplaar van de klasse InvoiceSection.
public InvoiceSection();
Public Sub New ()
Van toepassing op
InvoiceSection(String, String, String, String, IDictionary<String,String>, String)
Initialiseert een nieuw exemplaar van de klasse InvoiceSection.
public InvoiceSection(string id = default, string name = default, string type = default, string displayName = default, System.Collections.Generic.IDictionary<string,string> labels = default, string systemId = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSection : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Billing.Models.InvoiceSection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional labels As IDictionary(Of String, String) = Nothing, Optional systemId As String = Nothing)
Parameters
- id
- String
Resource-id.
- name
- String
Resourcenaam.
- type
- String
Resourcetype.
- displayName
- String
De naam van de factuursectie.
- labels
- IDictionary<String,String>
Woordenlijst met metagegevens die zijn gekoppeld aan de factuursectie.
- systemId
- String
Het systeem heeft een unieke id gegenereerd voor een factuursectie.
Van toepassing op
Azure SDK for .NET