다음을 통해 공유


BillingAccountUpdateRequest 클래스

정의

업데이트할 수 있는 청구 계정의 요청 속성입니다.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingAccountUpdateRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingAccountUpdateRequest = class
Public Class BillingAccountUpdateRequest
상속
BillingAccountUpdateRequest
특성

생성자

BillingAccountUpdateRequest()

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

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

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

속성

AccountStatus

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

AccountType

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

AgreementType

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

BillingProfiles

청구 계정과 연결된 청구 프로필을 가져오거나 설정합니다. $expand 지정하지 않으면 기본적으로 채워지지 않습니다.

Departments

등록에 연결된 부서를 가져오거나 설정합니다.

DisplayName

청구 계정 이름을 가져오거나 설정합니다.

EnrollmentAccounts

등록에 연결된 계정을 가져오거나 설정합니다.

EnrollmentDetails

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

HasReadAccess

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

SoldTo

청구 계정을 담당하는 개인 또는 organization 주소를 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상