다음을 통해 공유


BillingSubscription 생성자

정의

오버로드

BillingSubscription()

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

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

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

BillingSubscription()

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

public BillingSubscription ();
Public Sub New ()

적용 대상

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

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

public BillingSubscription (string id = default, string name = default, string type = default, string displayName = default, Guid? subscriptionId = default, string subscriptionBillingStatus = default, Microsoft.Azure.Management.Billing.Models.Amount lastMonthCharges = default, Microsoft.Azure.Management.Billing.Models.Amount monthToDateCharges = default, string billingProfileId = default, string billingProfileDisplayName = default, string costCenter = default, string customerId = default, string customerDisplayName = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, Microsoft.Azure.Management.Billing.Models.Reseller reseller = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingSubscription : string * string * string * string * Nullable<Guid> * string * Microsoft.Azure.Management.Billing.Models.Amount * Microsoft.Azure.Management.Billing.Models.Amount * string * string * string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.Reseller * string * string -> Microsoft.Azure.Management.Billing.Models.BillingSubscription
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional subscriptionBillingStatus As String = Nothing, Optional lastMonthCharges As Amount = Nothing, Optional monthToDateCharges As Amount = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional costCenter As String = Nothing, Optional customerId As String = Nothing, Optional customerDisplayName As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional reseller As Reseller = Nothing, Optional skuId As String = Nothing, Optional skuDescription As String = Nothing)

매개 변수

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

displayName
String

구독 이름입니다.

subscriptionId
Nullable<Guid>

구독의 ID입니다.

subscriptionBillingStatus
String

구독의 현재 청구 상태. 가능한 값으로는 '활성', '비활성', '중단됨', '삭제됨', '경고' 등이 있습니다.

lastMonthCharges
Amount

지난 달 요금이 청구됩니다.

monthToDateCharges
Amount

현재 월~날짜 요금입니다.

billingProfileId
String

구독이 청구되는 청구 프로필의 ID입니다.

billingProfileDisplayName
String

구독이 청구되는 청구 프로필의 이름입니다.

costCenter
String

구독에 적용된 비용 센터입니다.

customerId
String

구독을 만든 고객의 ID입니다. 필드는 Microsoft 파트너 계약 청구 계정에만 적용됩니다.

customerDisplayName
String

구독을 만든 고객의 이름입니다. 필드는 Microsoft 파트너 계약 청구 계정에만 적용됩니다.

invoiceSectionId
String

구독이 청구되는 청구서 섹션의 ID입니다.

invoiceSectionDisplayName
String

구독이 청구되는 청구서 섹션의 이름입니다.

reseller
Reseller

이 구독에 대한 재판매인입니다.

skuId
String

구독에 대한 Azure 플랜의 sku ID입니다.

skuDescription
String

구독에 대한 Azure 플랜에 대한 sku 설명입니다.

적용 대상