次の方法で共有


IOperations インターフェイス

定義

操作操作。

public interface IOperations
type IOperations = interface
Public Interface IOperations

メソッド

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

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

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

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

拡張メソッド

List(IOperations)

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListAsync(IOperations, CancellationToken)

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListNext(IOperations, String)

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListNextAsync(IOperations, String, CancellationToken)

利用可能な課金 REST API 操作を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

適用対象