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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python