Partager via


NetworkProfilesOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un profil réseau.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkProfile> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName, string networkProfileName, Microsoft.Azure.Management.Network.Models.NetworkProfile parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string * string * Microsoft.Azure.Management.Network.Models.NetworkProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkProfile>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INetworkProfilesOperations, resourceGroupName As String, networkProfileName As String, parameters As NetworkProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkProfile)

Paramètres

operations
INetworkProfilesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkProfileName
String

Nom du profil réseau.

parameters
NetworkProfile

Paramètres fournis à l’opération de création ou de mise à jour du profil réseau.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à