NetworkGroupsOperationsExtensions.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroup> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, Microsoft.Azure.Management.Network.Models.NetworkGroup parameters, string resourceGroupName, string networkManagerName, string networkGroupName, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.INetworkGroupsOperations * Microsoft.Azure.Management.Network.Models.NetworkGroup * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroup>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INetworkGroupsOperations, parameters As NetworkGroup, resourceGroupName As String, networkManagerName As String, networkGroupName As String, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkGroup)
Paramètres
- operations
- INetworkGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- NetworkGroup
Les paramètres fournis au 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET