次の方法で共有


ConnectionMonitorsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

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

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

パラメーター

operations
IConnectionMonitorsOperations

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

resourceGroupName
String

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

networkWatcherName
String

Network Watcher リソースの名前。

connectionMonitorName
String

接続モニターの名前。

parameters
ConnectionMonitorInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象