次の方法で共有


IAgreementsOperations インターフェイス

定義

AgreementsOperations 操作。

public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations

メソッド

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

ID で契約を取得します。 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)

ID で契約を取得します。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IAgreementsOperations, String, String, String, CancellationToken)

ID で契約を取得します。 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/

適用対象