IAgreementsOperations 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations
方法
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
依識別碼取得合約。 https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
擴充方法
Get(IAgreementsOperations, String, String, String)
|
依識別碼取得合約。 https://docs.microsoft.com/en-us/rest/api/billing/
|
GetAsync(IAgreementsOperations, String, String, String, CancellationToken)
|
依識別碼取得合約。 https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccount(IAgreementsOperations, String, String)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccountAsync(IAgreementsOperations, String, String, CancellationToken)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccountNext(IAgreementsOperations, String)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
ListByBillingAccountNextAsync(IAgreementsOperations, String, CancellationToken)
|
列出計費帳戶的合約。
https://docs.microsoft.com/en-us/rest/api/billing/
|
適用於