Freigeben über


NetworkWatchersOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen Network Watcher in der angegebenen Ressourcengruppe.

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

Parameter

operations
INetworkWatchersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkWatcherName
String

Der Name des Network Watchers.

parameters
NetworkWatcher

Parameter, die die Network Watcher-Ressource definieren.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: