다음을 통해 공유


Instruction 생성자

정의

오버로드

Instruction()

Instruction 클래스의 새 instance 초기화합니다.

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

Instruction 클래스의 새 instance 초기화합니다.

Instruction()

Instruction 클래스의 새 instance 초기화합니다.

public Instruction ();
Public Sub New ()

적용 대상

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

Instruction 클래스의 새 instance 초기화합니다.

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

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

creationDate
Nullable<DateTime>

이 청구 명령이 만들어진 날짜입니다.

적용 대상