ManagedNetworkExtensions.GetManagedNetworks メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetManagedNetworks(ResourceGroupResource) |
ResourceGroupResource 内の ManagedNetworkResources のコレクションを取得します。 |
GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken) |
ListBySubscription ManagedNetwork 操作は、現在のサブスクリプション内のすべてのマネージド ネットワーク リソースをページ分割された形式で取得します。
|
GetManagedNetworks(ResourceGroupResource)
ResourceGroupResource 内の ManagedNetworkResources のコレクションを取得します。
public static Azure.ResourceManager.ManagedNetwork.ManagedNetworkCollection GetManagedNetworks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedNetworks : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetwork.ManagedNetworkCollection
<Extension()>
Public Function GetManagedNetworks (resourceGroupResource As ResourceGroupResource) As ManagedNetworkCollection
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
戻り値
ManagedNetworkResources のコレクションとその ManagedNetworkResource に対する操作を表す オブジェクト。
適用対象
GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken)
ListBySubscription ManagedNetwork 操作は、現在のサブスクリプション内のすべてのマネージド ネットワーク リソースをページ分割された形式で取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
- 操作IdManagedNetworks_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ManagedNetworkResource> GetManagedNetworks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedNetworks : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ManagedNetworkResource>
<Extension()>
Public Function GetManagedNetworks (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedNetworkResource)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- skiptoken
- String
Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skiptoken パラメーターが含まれます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の ManagedNetworkResource サービス要求を受け取る可能性がある のコレクション。