다음을 통해 공유


IBillingPropertyOperations 인터페이스

정의

BillingPropertyOperations 작업.

public interface IBillingPropertyOperations
type IBillingPropertyOperations = interface
Public Interface IBillingPropertyOperations

메서드

GetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

구독에 대한 청구 속성을 가져옵니다. 계약 유형이 기업계약 청구 계정에는 이 작업이 지원되지 않습니다. https://docs.microsoft.com/en-us/rest/api/billing/

UpdateWithHttpMessagesAsync(BillingProperty, Dictionary<String,List<String>>, CancellationToken)

구독의 청구 속성을 업데이트. 현재 비용 센터를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.

확장 메서드

Get(IBillingPropertyOperations)

구독에 대한 청구 속성을 가져옵니다. 계약 유형이 기업계약 청구 계정에는 이 작업이 지원되지 않습니다. https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingPropertyOperations, CancellationToken)

구독에 대한 청구 속성을 가져옵니다. 계약 유형이 기업계약 청구 계정에는 이 작업이 지원되지 않습니다. https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingPropertyOperations, BillingProperty)

구독의 청구 속성을 업데이트. 현재 비용 센터를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.

UpdateAsync(IBillingPropertyOperations, BillingProperty, CancellationToken)

구독의 청구 속성을 업데이트. 현재 비용 센터를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.

적용 대상