BillingPropertyOperations interface
BillingPropertyOperations를 나타내는 인터페이스입니다.
메서드
get(Billing |
구독에 대한 청구 속성을 가져옵니다. |
update(Billing |
구독의 청구 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대한 비용 센터를 업데이트할 수 있으며, 계약 유형이 Microsoft Online Service Program인 청구 계정에 대한 구독 서비스 사용 주소를 업데이트할 수 있습니다. |
메서드 세부 정보
get(BillingPropertyGetOptionalParams)
구독에 대한 청구 속성을 가져옵니다.
function get(options?: BillingPropertyGetOptionalParams): Promise<BillingProperty>
매개 변수
- options
- BillingPropertyGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<BillingProperty>
update(BillingProperty, BillingPropertyUpdateOptionalParams)
구독의 청구 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대한 비용 센터를 업데이트할 수 있으며, 계약 유형이 Microsoft Online Service Program인 청구 계정에 대한 구독 서비스 사용 주소를 업데이트할 수 있습니다.
function update(parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams): Promise<BillingProperty>
매개 변수
- parameters
- BillingProperty
청구 속성입니다.
옵션 매개 변수입니다.
반환
Promise<BillingProperty>