次の方法で共有


NetworkWatchersOperationsExtensions.ListAsync メソッド

定義

リソース グループごとにすべてのネットワーク ウォッチャーを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Network.Fluent.Models.NetworkWatcherInner>> ListAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Network.Fluent.Models.NetworkWatcherInner>>
<Extension()>
Public Function ListAsync (operations As INetworkWatchersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of NetworkWatcherInner))

パラメーター

operations
INetworkWatchersOperations

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

resourceGroupName
String

リソース グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象