InvoiceSection Class
An invoice section.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
InvoiceSection(*, display_name: str | None = None, labels: Dict[str, str] | None = None, tags: Dict[str, str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
display_name
|
The name of the invoice section. |
labels
|
Dictionary of metadata associated with the invoice section. |
tags
|
Dictionary of metadata associated with the invoice section. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & ? /. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
display_name
|
The name of the invoice section. |
labels
|
Dictionary of metadata associated with the invoice section. |
state
|
Identifies the state of an invoice section. Known values are: "Active" and "Restricted". |
system_id
|
The system generated unique identifier for an invoice section. |
tags
|
Dictionary of metadata associated with the invoice section. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & ? /. |
target_cloud
|
str or
TargetCloud
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds. Known values are: "USGov", "USNat", and "USSec". |
Azure SDK for Python