IBillingPropertyOperations 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 고객 계약 청구 계정에 대해서만 지원됩니다. |
적용 대상
Azure SDK for .NET