다음을 통해 공유


BillingProfile 생성자

정의

오버로드

BillingProfile()

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

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

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

BillingProfile()

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

public BillingProfile();
Public Sub New ()

적용 대상

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

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

public BillingProfile(string id = default, string name = default, string type = default, string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, int? invoiceDay = default, string currency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default, Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand invoiceSections = default, bool? hasReadAccess = default, string systemId = default, string status = default, string statusReasonCode = default, string spendingLimit = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfile : string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> * Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional invoiceDay As Nullable(Of Integer) = Nothing, Optional currency As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing, Optional invoiceSections As InvoiceSectionsOnExpand = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing, Optional systemId As String = Nothing, Optional status As String = Nothing, Optional statusReasonCode As String = Nothing, Optional spendingLimit As String = Nothing)

매개 변수

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

displayName
String

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

poNumber
String

청구 프로필에 대해 생성된 청구서에 표시되는 구매 주문 이름입니다.

billTo
AddressDetails

청구 주소.

invoiceEmailOptIn
Nullable<Boolean>

청구 프로필에 대한 청구서가 이메일을 통해 전송되는지 여부를 제어하는 플래그입니다.

invoiceDay
Nullable<Int32>

청구 프로필에 대한 청구서가 생성되는 월의 날짜입니다.

currency
String

청구 프로필에 대한 요금이 청구되는 통화입니다.

enabledAzurePlans
IList<AzurePlan>

사용 가능한 Azure 플랜에 대한 정보입니다.

invoiceSections
InvoiceSectionsOnExpand

청구 프로필에 연결된 청구서 섹션입니다. $expand 지정하지 않으면 기본적으로 채워지지 않습니다.

hasReadAccess
Nullable<Boolean>

사용자에게 청구 프로필에 대한 읽기 권한이 있는지 여부를 나타냅니다.

systemId
String

시스템에서 청구 프로필에 대한 고유 식별자를 생성했습니다.

status
String

청구 프로필의 상태. 가능한 값으로는 '활성', '사용 안 함', '경고됨' 등이 있습니다.

statusReasonCode
String

지정된 청구 프로필 상태 이유입니다. 가능한 값은 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'입니다.

spendingLimit
String

청구 프로필 지출 한도입니다. 가능한 값은 'Off', 'On'입니다.

적용 대상