次の方法で共有


ResourceHealthMetadataOperationsExtensions.ListAsync メソッド

定義

サブスクリプション内のすべてのサイトのすべての ResourceHealthMetadata を一覧表示します。

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

パラメーター

operations
IResourceHealthMetadataOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

サブスクリプション内のすべてのサイトのすべての ResourceHealthMetadata を一覧表示するための説明。

適用対象