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.Resource
Instruction

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
str

Resource Id.

name
str

Resource name.

type
str

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.