次の方法で共有


WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameAsync メソッド

定義

ホスト名に割り当てられているすべてのアプリを一覧表示します。

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

パラメーター

operations
IWebSiteManagementClient

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

name
String

オブジェクト名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[ホスト名に割り当てられているすべてのアプリを一覧表示する] の説明。

適用対象