Поделиться через


Instruction Конструкторы

Определение

Перегрузки

Instruction()

Инициализирует новый экземпляр класса Instruction.

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

Инициализирует новый экземпляр класса Instruction.

Instruction()

Инициализирует новый экземпляр класса Instruction.

public Instruction ();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса Instruction.

public Instruction (double amount, DateTime startDate, DateTime endDate, string id = default, string name = default, string type = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.Billing.Models.Instruction : double * DateTime * DateTime * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Billing.Models.Instruction
Public Sub New (amount As Double, startDate As DateTime, endDate As DateTime, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)

Параметры

amount
Double

Сумма, указанная в бюджете для этой инструкции по выставлению счетов.

startDate
DateTime

Дата вступления в силу инструкции по выставлению счетов.

endDate
DateTime

Дата, когда эта инструкция по выставлению счетов больше не действует.

id
String

Идентификатор ресурса.

name
String

Имя ресурса.

type
String

Тип ресурса.

creationDate
Nullable<DateTime>

Дата создания инструкции по выставлению счетов.

Применяется к