Condividi tramite


ConnectionMonitorsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Create or update a connection monitor.

public static Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IConnectionMonitorsOperations operations, string resourceGroupName, string networkWatcherName, string connectionMonitorName, Microsoft.Azure.Management.Network.Models.ConnectionMonitor parameters, string migrate = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IConnectionMonitorsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ConnectionMonitor * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult
<Extension()>
Public Function BeginCreateOrUpdate (operations As IConnectionMonitorsOperations, resourceGroupName As String, networkWatcherName As String, connectionMonitorName As String, parameters As ConnectionMonitor, Optional migrate As String = Nothing) As ConnectionMonitorResult

Parameters

operations
IConnectionMonitorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing Network Watcher.

networkWatcherName
String

The name of the Network Watcher resource.

connectionMonitorName
String

The name of the connection monitor.

parameters
ConnectionMonitor

Parameters that define the operation to create a connection monitor.

migrate
String

Value indicating whether connection monitor V1 should be migrated to V2 format.

Returns

Applies to