Freigeben über


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewaySlotAsync Methode

Definition

Fügt einem verbundenen Virtual Network (PUT) ein Gateway hinzu oder aktualisiert es (PATCH).

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

vnetName
String

Name des Virtual Network.

gatewayName
String

Der Name des Gateways. Derzeit ist die einzige unterstützte Zeichenfolge "primär".

connectionEnvelope
VnetGatewayInner

Die Eigenschaften, mit denen dieses Gateway aktualisiert werden soll.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, fügt die API ein Gateway für die Virtual Network des Produktionsslots hinzu oder aktualisiert es.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Fügt einem verbundenen Virtual Network (PUT) ein Gateway hinzu oder aktualisiert es (PATCH).

Gilt für: