InvoiceSection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
InvoiceSection() |
Inicializa uma nova instância da classe InvoiceSection. |
InvoiceSection(String, String, String, String, IDictionary<String,String>, String) |
Inicializa uma nova instância da classe InvoiceSection. |
InvoiceSection()
Inicializa uma nova instância da classe InvoiceSection.
public InvoiceSection ();
Public Sub New ()
Aplica-se a
InvoiceSection(String, String, String, String, IDictionary<String,String>, String)
Inicializa uma nova instância da classe 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)
Parâmetros
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- displayName
- String
O nome da seção da fatura.
- labels
- IDictionary<String,String>
Dicionário de metadados associados à seção da fatura.
- systemId
- String
O identificador exclusivo gerado pelo sistema para uma seção de fatura.
Aplica-se a
Azure SDK for .NET