共用方式為


IAgreementsOperations 介面

定義

AgreementsOperations 作業。

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/

適用於