次の方法で共有


ResourceHealthMetadataOperationsExtensions.ListBySiteSlotNextAsync メソッド

定義

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

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

パラメーター

operations
IResourceHealthMetadataOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象