Sdílet prostřednictvím


WebAppsOperationsExtensions.GetRelayServiceConnectionSlotAsync Metoda

Definice

Získá konfiguraci hybridního připojení svým názvem.

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

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

entityName
String

Název hybridního připojení.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API získá hybridní připojení pro produkční slot.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získá konfiguraci hybridního připojení podle názvu.

Platí pro