NetworkGroupsOperationsExtensions.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 un groupe réseau.
public static Microsoft.Azure.Management.Network.Models.NetworkGroup CreateOrUpdate (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, Microsoft.Azure.Management.Network.Models.NetworkGroup parameters, string resourceGroupName, string networkManagerName, string networkGroupName, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.INetworkGroupsOperations * Microsoft.Azure.Management.Network.Models.NetworkGroup * string * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkGroup
<Extension()>
Public Function CreateOrUpdate (operations As INetworkGroupsOperations, parameters As NetworkGroup, resourceGroupName As String, networkManagerName As String, networkGroupName As String, Optional ifMatch As String = Nothing) As NetworkGroup
Paramètres
- operations
- INetworkGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- NetworkGroup
Les paramètres fournis à spécifient le groupe réseau à créer
- resourceGroupName
- String
Nom du groupe de ressources.
- networkManagerName
- String
Nom du gestionnaire de réseau.
- networkGroupName
- String
Nom du groupe réseau.
- ifMatch
- String
ETag de la transformation. Omettez cette valeur pour toujours remplacer la ressource actuelle. Spécifiez la dernière valeur ETag vue pour empêcher le remplacement accidentel des modifications simultanées.
Retours
S’applique à
Azure SDK for .NET