Udostępnij za pośrednictwem


IWebAppsOperations.UpdateHybridConnectionSlotWithHttpMessagesAsync Metoda

Definicja

Tworzy nowe połączenie hybrydowe przy użyciu przekaźnika usługi Service Bus.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner>> UpdateHybridConnectionSlotWithHttpMessagesAsync (string resourceGroupName, string name, string namespaceName, string relayName, Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner connectionEnvelope, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateHybridConnectionSlotWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner>>
Public Function UpdateHybridConnectionSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, namespaceName As String, relayName As String, connectionEnvelope As HybridConnectionInner, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of HybridConnectionInner))

Parametry

resourceGroupName
String

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

name
String

Nazwa danej aplikacji internetowej.

namespaceName
String

Przestrzeń nazw dla tego połączenia hybrydowego.

relayName
String

Nazwa przekaźnika dla tego połączenia hybrydowego.

connectionEnvelope
HybridConnectionInner

Szczegóły połączenia hybrydowego.

slot
String

Nazwa miejsca dla aplikacji internetowej.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Uwagi

Opis tworzenia nowego połączenia hybrydowego przy użyciu przekaźnika usługi Service Bus.

Dotyczy