次の方法で共有


ResourceHealthMetadataOperationsExtensions.ListBySiteSlotAsync メソッド

定義

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

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

パラメーター

operations
IResourceHealthMetadataOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象