次の方法で共有


ServiceNetworkingExtensions クラス

定義

Azure.ResourceManager.ServiceNetworking に拡張メソッドを追加するクラス。

public static class ServiceNetworkingExtensions
type ServiceNetworkingExtensions = class
Public Module ServiceNetworkingExtensions
継承
ServiceNetworkingExtensions

メソッド

GetAssociationResource(ArmClient, ResourceIdentifier)

に対して実行できるが、データを含まないインスタンス操作と共に を AssociationResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を AssociationResourceResourceIdentifier 作成できます。

GetFrontendResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を FrontendResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を FrontendResourceResourceIdentifier 作成できます。

GetTrafficController(ResourceGroupResource, String, CancellationToken)

TrafficController を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
  • 操作IdTrafficControllerInterface_Get
GetTrafficControllerAsync(ResourceGroupResource, String, CancellationToken)

TrafficController を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
  • 操作IdTrafficControllerInterface_Get
GetTrafficControllerResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を TrafficControllerResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を TrafficControllerResourceResourceIdentifier 作成できます。

GetTrafficControllers(ResourceGroupResource)

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

GetTrafficControllers(SubscriptionResource, CancellationToken)

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

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

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

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

適用対象