次の方法で共有


InvoiceSection コンストラクター

定義

オーバーロード

InvoiceSection()

InvoiceSection クラスの新しいインスタンスを初期化します。

InvoiceSection(String, String, String, String, IDictionary<String,String>, String)

InvoiceSection クラスの新しいインスタンスを初期化します。

InvoiceSection()

InvoiceSection クラスの新しいインスタンスを初期化します。

public InvoiceSection();
Public Sub New ()

適用対象

InvoiceSection(String, String, String, String, IDictionary<String,String>, String)

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)

パラメーター

id
String

リソース ID。

name
String

リソース名。

type
String

リソースの種類。

displayName
String

請求書セクションの名前。

labels
IDictionary<String,String>

請求書セクションに関連付けられているメタデータのディクショナリ。

systemId
String

請求書セクションのシステムによって生成された一意識別子。

適用対象