次の方法で共有


ResourceHealthMetadataOperationsExtensions.GetBySiteAsync メソッド

定義

指定したサイトに使用する ResourceHealthMetadata のカテゴリを取得します

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

パラメーター

operations
IResourceHealthMetadataOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Description for Gets the category of ResourceHealthMetadata to use for the given site

適用対象