次の方法で共有


ServiceNetworkingExtensions.GetTrafficControllers メソッド

定義

オーバーロード

GetTrafficControllers(ResourceGroupResource)

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

GetTrafficControllers(SubscriptionResource, CancellationToken)

サブスクリプション ID で TrafficController リソースを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • 操作IdTrafficControllerInterface_ListBySubscription

GetTrafficControllers(ResourceGroupResource)

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

public static Azure.ResourceManager.ServiceNetworking.TrafficControllerCollection GetTrafficControllers (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetTrafficControllers : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ServiceNetworking.TrafficControllerCollection
<Extension()>
Public Function GetTrafficControllers (resourceGroupResource As ResourceGroupResource) As TrafficControllerCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetTrafficControllers(SubscriptionResource, CancellationToken)

サブスクリプション ID で TrafficController リソースを一覧表示する

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象