InvoiceSection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
InvoiceSection() |
Inicializuje novou instanci Třídy InvoiceSection. |
InvoiceSection(String, String, String, String, IDictionary<String,String>, String) |
Inicializuje novou instanci Třídy InvoiceSection. |
InvoiceSection()
Inicializuje novou instanci Třídy InvoiceSection.
public InvoiceSection();
Public Sub New ()
Platí pro
InvoiceSection(String, String, String, String, IDictionary<String,String>, String)
Inicializuje novou instanci Třídy 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)
Parametry
- id
- String
ID prostředku.
- name
- String
Název prostředku.
- type
- String
Typ prostředku.
- displayName
- String
Název oddílu faktury.
- labels
- IDictionary<String,String>
Slovník metadat přidružených k oddílu faktury.
- systemId
- String
Systém vygeneroval jedinečný identifikátor pro oddíl faktury.
Platí pro
Azure SDK for .NET