Udostępnij za pośrednictwem


WebAppsOperationsExtensions.GetRelayServiceConnectionAsync Metoda

Definicja

Pobiera konfigurację połączenia hybrydowego według jego nazwy.

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

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

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

name
String

Nazwa aplikacji.

entityName
String

Nazwa połączenia hybrydowego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania konfiguracji połączenia hybrydowego według jego nazwy.

Dotyczy