次の方法で共有


ManagedNetworkFabricExtensions.GetNetworkDevices メソッド

定義

オーバーロード

GetNetworkDevices(ResourceGroupResource)

ResourceGroupResource 内の NetworkDeviceResources のコレクションを取得します。

GetNetworkDevices(SubscriptionResource, CancellationToken)

特定のサブスクリプション内のすべてのネットワーク デバイス リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices
  • 操作IdNetworkDevices_ListBySubscription

GetNetworkDevices(ResourceGroupResource)

ResourceGroupResource 内の NetworkDeviceResources のコレクションを取得します。

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceCollection GetNetworkDevices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkDevices : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceCollection
<Extension()>
Public Function GetNetworkDevices (resourceGroupResource As ResourceGroupResource) As NetworkDeviceCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

NetworkDeviceResources のコレクションとその NetworkDeviceResource に対する操作を表す オブジェクト。

適用対象

GetNetworkDevices(SubscriptionResource, CancellationToken)

特定のサブスクリプション内のすべてのネットワーク デバイス リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices
  • 操作IdNetworkDevices_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceResource> GetNetworkDevices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkDevices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceResource>
<Extension()>
Public Function GetNetworkDevices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkDeviceResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象