次の方法で共有


ResourceHealthMetadataOperationsExtensions.ListBySiteAsync メソッド

定義

指定したサイトにコレクションとして使用する ResourceHealthMetadata のカテゴリを取得します

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

パラメーター

operations
IResourceHealthMetadataOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection

適用対象