AppServicePlansOperationsExtensions.UpdateVnetGateway Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettre à jour une passerelle Réseau virtuel.
public static Microsoft.Azure.Management.WebSites.Models.VnetGateway UpdateVnetGateway (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, Microsoft.Azure.Management.WebSites.Models.VnetGateway connectionEnvelope);
static member UpdateVnetGateway : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.VnetGateway -> Microsoft.Azure.Management.WebSites.Models.VnetGateway
<Extension()>
Public Function UpdateVnetGateway (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, connectionEnvelope As VnetGateway) As VnetGateway
Paramètres
- operations
- IAppServicePlansOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom du plan App Service.
- vnetName
- String
Nom du Réseau virtuel.
- gatewayName
- String
Nom de la passerelle. Seule la passerelle « principale » est prise en charge.
- connectionEnvelope
- VnetGateway
Définition de la passerelle.
Retours
Remarques
Description de La mise à jour d’une passerelle Réseau virtuel.
S’applique à
Azure SDK for .NET