InvoiceSection Constructors

Definition

Overloads

InvoiceSection()

Initializes a new instance of the InvoiceSection class.

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

Initializes a new instance of the InvoiceSection class.

InvoiceSection()

Initializes a new instance of the InvoiceSection class.

public InvoiceSection ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InvoiceSection class.

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

Resource name.

type
String

Resource type.

displayName
String

The name of the invoice section.

labels
IDictionary<String,String>

Dictionary of metadata associated with the invoice section.

systemId
String

The system generated unique identifier for an invoice section.

Applies to