Instruction Class

Definition

An instruction.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Instruction : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Instruction = class
    inherit Resource
Public Class Instruction
Inherits Resource
Inheritance
Instruction
Attributes

Constructors

Instruction()

Initializes a new instance of the Instruction class.

Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>)

Initializes a new instance of the Instruction class.

Properties

Amount

Gets or sets the amount budgeted for this billing instruction.

CreationDate

Gets or sets the date this billing instruction was created.

EndDate

Gets or sets the date this billing instruction is no longer in effect.

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
StartDate

Gets or sets the date this billing instruction goes into effect.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to