次の方法で共有


ApiCenterExtensions クラス

定義

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

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

メソッド

GetApiCenterService(ResourceGroupResource, String, CancellationToken)

サービスを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}
  • 操作IdServices_Get
GetApiCenterServiceAsync(ResourceGroupResource, String, CancellationToken)

サービスを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}
  • 操作IdServices_Get
GetApiCenterServiceResource(ArmClient, ResourceIdentifier)

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

GetApiCenterServices(ResourceGroupResource)

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

GetApiCenterServices(SubscriptionResource, CancellationToken)

Azure サブスクリプション内のサービスを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiCenter/services
  • 操作IdServices_ListBySubscription
GetApiCenterServicesAsync(SubscriptionResource, CancellationToken)

Azure サブスクリプション内のサービスを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiCenter/services
  • 操作IdServices_ListBySubscription

適用対象