WebAppsOperationsExtensions.UpdateVnetConnectionGatewayAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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> UpdateVnetConnectionGatewayAsync (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 UpdateVnetConnectionGatewayAsync : 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 UpdateVnetConnectionGatewayAsync (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 dell'Rete virtuale.
- gatewayName
- String
Nome del gateway. Attualmente, l'unica stringa supportata è "primaria".
- connectionEnvelope
- VnetGatewayInner
Proprietà con cui aggiornare questo gateway.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Commenti
Descrizione per Aggiunge un gateway a un Rete virtuale connesso (PUT) o lo aggiorna (PATCH).