Condividi tramite


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewayAsync Metodo

Definizione

Aggiunge un gateway a un Rete virtuale connesso (PUT) o lo aggiorna (PATCH).

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

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'applicazione.

vnetName
String

Nome del Rete virtuale.

gatewayName
String

Nome del gateway. Attualmente, l'unica stringa supportata è "primaria".

connectionEnvelope
VnetGatewayInner

Proprietà con cui aggiornare il gateway.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Aggiunge un gateway a un Rete virtuale connesso (PUT) o lo aggiorna (PATCH).

Si applica a