다음을 통해 공유


BillingPeriod 생성자

정의

오버로드

BillingPeriod()

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

BillingPeriod(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<String>)

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

BillingPeriod()

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

public BillingPeriod ();
Public Sub New ()

적용 대상

BillingPeriod(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<String>)

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

public BillingPeriod (string id = default, string name = default, string type = default, DateTime? billingPeriodStartDate = default, DateTime? billingPeriodEndDate = default, System.Collections.Generic.IList<string> invoiceIds = default);
new Microsoft.Azure.Management.Billing.Models.BillingPeriod : string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Billing.Models.BillingPeriod
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional billingPeriodStartDate As Nullable(Of DateTime) = Nothing, Optional billingPeriodEndDate As Nullable(Of DateTime) = Nothing, Optional invoiceIds As IList(Of String) = Nothing)

매개 변수

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

billingPeriodStartDate
Nullable<DateTime>

청구 기간에 적용되는 날짜 범위의 시작입니다.

billingPeriodEndDate
Nullable<DateTime>

청구 기간이 적용되는 날짜 범위의 끝입니다.

invoiceIds
IList<String>

연결된 청구서 ID의 배열입니다.

적용 대상