Freigeben über


NetworkProfilesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert ein Netzwerkprofil.

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

Parameter

operations
INetworkProfilesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkProfileName
String

Der Name des Netzwerkprofils.

parameters
NetworkProfileInner

Parameter, die für den Vorgang zum Erstellen oder Aktualisieren des Netzwerkprofils bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: