Freigeben über


NetworkManagerCommitsOperationsExtensions.BeginPostAsync Methode

Definition

Posten Sie einen Netzwerk-Manager-Commit.

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

Parameter

operations
INetworkManagerCommitsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

parameters
NetworkManagerCommit

Parameter, die angegeben werden, um anzugeben, welcher Commit für verwaltetes Netzwerk ist.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkManagerName
String

Der Name des Netzwerk-Managers.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: