ManagedNetworkGroupCollection.GetAll メソッド

定義

ListByManagedNetwork ManagedNetworkGroup 操作は、指定されたマネージド ネットワークのすべてのマネージド ネットワーク グループをページ分割された形式で取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
  • 操作IdManagedNetworkGroups_ListByManagedNetwork
public virtual Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ManagedNetworkGroupResource> GetAll (int? top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ManagedNetworkGroupResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ManagedNetworkGroupResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedNetworkGroupResource)

パラメーター

top
Nullable<Int32>

リスト クエリのページ内の結果の数を制限するために使用できます。

skiptoken
String

Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skiptoken パラメーターが含まれます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ManagedNetworkGroupResource サービス要求を受け取る可能性がある のコレクション。

適用対象