Compartilhar via


WebAppsOperationsExtensions.GetRelayServiceConnectionAsync Método

Definição

Obtém uma configuração de conexão híbrida pelo nome.

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)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

entityName
String

Nome da conexão híbrida.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição de Obtém uma configuração de conexão híbrida pelo nome.

Aplica-se a