WebAppsOperationsExtensions.UpdateVnetConnectionGatewaySlotAsync 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> UpdateVnetConnectionGatewaySlotAsync (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 UpdateVnetConnectionGatewaySlotAsync : 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 UpdateVnetConnectionGatewaySlotAsync (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)
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.
- slot
- String
Nome dello slot di distribuzione. Se non si specifica uno slot, l'API aggiungerà o aggiornerà un gateway per il Rete virtuale dello slot di produzione.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Commenti
Descrizione per Aggiunge un gateway a un Rete virtuale connesso (PUT) o lo aggiorna (PATCH).