次の方法で共有


ConnectionMonitorsOperationsExtensions.CreateOrUpdateV1 メソッド

定義

接続モニターを作成または更新します。

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)

パラメーター

operations
IConnectionMonitorsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Network Watcherを含むリソース グループの名前。

networkWatcherName
String

Network Watcher リソースの名前。

connectionMonitorName
String

接続モニターの名前。

parameters
ConnectionMonitor

接続モニターを作成する操作を定義するパラメーター。

戻り値

適用対象