Dela via


WebAppsOperationsExtensions.CreateOrUpdateRelayServiceConnectionAsync Metod

Definition

Skapar en ny hybridanslutningskonfiguration (PUT) eller uppdaterar en befintlig (PATCH).

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

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

entityName
String

Namnet på hybridanslutningskonfigurationen.

connectionEnvelope
RelayServiceConnectionEntityInner

Information om hybridanslutningskonfigurationen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Skapar en ny hybridanslutningskonfiguration (PUT) eller uppdaterar en befintlig (PATCH).

Gäller för