次の方法で共有


ConnectionMonitorsOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult CreateOrUpdate (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 CreateOrUpdate : Microsoft.Azure.Management.Network.IConnectionMonitorsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ConnectionMonitor * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionMonitorsOperations, resourceGroupName As String, networkWatcherName As String, connectionMonitorName As String, parameters As ConnectionMonitor, Optional migrate As String = Nothing) As ConnectionMonitorResult

パラメーター

operations
IConnectionMonitorsOperations

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

resourceGroupName
String

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

networkWatcherName
String

Network Watcher リソースの名前。

connectionMonitorName
String

接続モニターの名前。

parameters
ConnectionMonitor

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

migrate
String

接続モニター V1 を V2 形式に移行するかどうかを示す値。

戻り値

適用対象