Udostępnij za pośrednictwem


AppServicePlansOperationsExtensions.ListWebAppsByHybridConnectionAsync Metoda

Definicja

Pobierz wszystkie aplikacje korzystające z połączenia hybrydowego w planie App Service.

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

Parametry

operations
IAppServicePlansOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa planu usługi App Service.

namespaceName
String

Nazwa przestrzeni nazw połączenia hybrydowego.

relayName
String

Nazwa przekaźnika połączenia hybrydowego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania wszystkich aplikacji korzystających z połączenia hybrydowego w planie App Service.

Dotyczy