次の方法で共有


ConnectionMonitorsOperationsExtensions.BeginQueryAsync メソッド

定義

最新の接続状態のスナップショットを照会します。

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

パラメーター

operations
IConnectionMonitorsOperations

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

resourceGroupName
String

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

networkWatcherName
String

Network Watcher リソースの名前。

connectionMonitorName
String

接続モニターに指定された名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象