다음을 통해 공유


BillingAccount 생성자

정의

오버로드

BillingAccount()

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

BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)

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

BillingAccount()

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

public BillingAccount ();
Public Sub New ()

적용 대상

BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)

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

public BillingAccount (string id = default, string name = default, string type = default, string displayName = default, Microsoft.Azure.Management.Billing.Models.AddressDetails soldTo = default, string agreementType = default, string accountType = default, string accountStatus = default, Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand billingProfiles = default, Microsoft.Azure.Management.Billing.Models.Enrollment enrollmentDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> departments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> enrollmentAccounts = default, bool? hasReadAccess = default);
new Microsoft.Azure.Management.Billing.Models.BillingAccount : string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * string * string * string * Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand * Microsoft.Azure.Management.Billing.Models.Enrollment * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> * Nullable<bool> -> Microsoft.Azure.Management.Billing.Models.BillingAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional soldTo As AddressDetails = Nothing, Optional agreementType As String = Nothing, Optional accountType As String = Nothing, Optional accountStatus As String = Nothing, Optional billingProfiles As BillingProfilesOnExpand = Nothing, Optional enrollmentDetails As Enrollment = Nothing, Optional departments As IList(Of Department) = Nothing, Optional enrollmentAccounts As IList(Of EnrollmentAccount) = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing)

매개 변수

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

displayName
String

청구 계정 이름입니다.

soldTo
AddressDetails

청구 계정을 담당하는 개인 또는 organization 주소입니다.

agreementType
String

규약 유형입니다. 가능한 값은 'MicrosoftCustomerAgreement', 'EnterpriseAgreement', 'MicrosoftOnlineServicesProgram', 'MicrosoftPartnerAgreement'입니다.

accountType
String

고객 유형입니다. 가능한 값은 'Enterprise', '개인', '파트너'입니다.

accountStatus
String

청구 계정의 현재 상태. 가능한 값으로는 'Active', 'Deleted', 'Disabled', 'Expired', 'Transferred', 'Extended', 'Terminated' 등이 있습니다.

billingProfiles
BillingProfilesOnExpand

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

enrollmentDetails
Enrollment

연결된 레거시 등록에 대한 세부 정보입니다. $expand 지정하지 않으면 기본적으로 채워지지 않습니다.

departments
IList<Department>

등록과 연결된 부서입니다.

enrollmentAccounts
IList<EnrollmentAccount>

등록에 연결된 계정입니다.

hasReadAccess
Nullable<Boolean>

사용자가 청구 계정에 대한 읽기 권한이 있는지 여부를 나타냅니다.

적용 대상