VirtualNetworkGatewaysOperationsExtensions.CreateOrUpdate 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.
Crée ou met à jour une passerelle de réseau virtuel dans le groupe de ressources spécifié.
public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway
<Extension()>
Public Function CreateOrUpdate (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway) As VirtualNetworkGateway
Paramètres
- operations
- IVirtualNetworkGatewaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- virtualNetworkGatewayName
- String
Nom de la passerelle de réseau virtuel.
- parameters
- VirtualNetworkGateway
Paramètres fournis pour créer ou mettre à jour une opération de passerelle de réseau virtuel.
Retours
S’applique à
Azure SDK for .NET