Partager via


ConnectionMonitorsOperationsExtensions.CreateOrUpdateV1 Méthode

Définition

Créer ou mettre à jour un moniteur de connexion.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult> CreateOrUpdateV1 (this Microsoft.Azure.Management.Network.IConnectionMonitorsOperations operations, string resourceGroupName, string networkWatcherName, string connectionMonitorName, Microsoft.Azure.Management.Network.Models.ConnectionMonitor parameters);
static member CreateOrUpdateV1 : Microsoft.Azure.Management.Network.IConnectionMonitorsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ConnectionMonitor -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult>
<Extension()>
Public Function CreateOrUpdateV1 (operations As IConnectionMonitorsOperations, resourceGroupName As String, networkWatcherName As String, connectionMonitorName As String, parameters As ConnectionMonitor) As Task(Of ConnectionMonitorResult)

Paramètres

operations
IConnectionMonitorsOperations

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

resourceGroupName
String

Nom du groupe de ressources contenant Network Watcher.

networkWatcherName
String

Nom de la ressource Network Watcher.

connectionMonitorName
String

Nom du moniteur de connexion.

parameters
ConnectionMonitor

Paramètres qui définissent l’opération pour créer un moniteur de connexion.

Retours

S’applique à