BillingProfile 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
청구 주소.
- currency
- String
청구 프로필에 대한 요금이 청구되는 통화입니다.
- invoiceSections
- InvoiceSectionsOnExpand
청구 프로필에 연결된 청구서 섹션입니다. $expand 지정하지 않으면 기본적으로 채워지지 않습니다.
- systemId
- String
시스템에서 청구 프로필에 대한 고유 식별자를 생성했습니다.
- status
- String
청구 프로필의 상태. 가능한 값으로는 '활성', '사용 안 함', '경고됨' 등이 있습니다.
- statusReasonCode
- String
지정된 청구 프로필 상태 이유입니다. 가능한 값은 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'입니다.
- spendingLimit
- String
청구 프로필 지출 한도입니다. 가능한 값은 'Off', 'On'입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET