次の方法で共有


ProviderOperationsExtensions.ListOperationsAsync メソッド

定義

Microsoft.Web リソース プロバイダーで使用可能なすべての操作を取得します。 リソース メトリック定義も公開します

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>> ListOperationsAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListOperationsAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>>
<Extension()>
Public Function ListOperationsAsync (operations As IProviderOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmOperationDescription))

パラメーター

operations
IProviderOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] Microsoft.Web リソース プロバイダーで使用可能なすべての操作を取得します。 リソース メトリック定義も公開します

適用対象