Instruction Class
An instruction.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.ResourceInstruction
Constructor
Instruction(*, amount: float | None = None, start_date: datetime | None = None, end_date: datetime | None = None, creation_date: datetime | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
amount
|
The amount budgeted for this billing instruction. |
start_date
|
The date this billing instruction goes into effect. |
end_date
|
The date this billing instruction is no longer in effect. |
creation_date
|
The date this billing instruction was created. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
amount
|
The amount budgeted for this billing instruction. |
start_date
|
The date this billing instruction goes into effect. |
end_date
|
The date this billing instruction is no longer in effect. |
creation_date
|
The date this billing instruction was created. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python