次の方法で共有


ApiManagementDeletedServiceCollection クラス

定義

のコレクション ApiManagementDeletedServiceResource とその操作を表すクラス。 コレクション内の各 ApiManagementDeletedServiceResource は、 の同じインスタンス SubscriptionResourceに属します。 インスタンスを ApiManagementDeletedServiceCollection 取得するには、 のインスタンス SubscriptionResourceから GetApiManagementDeletedServices メソッドを呼び出します。

public class ApiManagementDeletedServiceCollection : Azure.ResourceManager.ArmCollection
type ApiManagementDeletedServiceCollection = class
    inherit ArmCollection
Public Class ApiManagementDeletedServiceCollection
Inherits ArmCollection
継承
ApiManagementDeletedServiceCollection

コンストラクター

ApiManagementDeletedServiceCollection()

モック作成のために クラスの ApiManagementDeletedServiceCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(AzureLocation, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • 操作IdDeletedServices_GetByName
ExistsAsync(AzureLocation, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • 操作IdDeletedServices_GetByName
Get(AzureLocation, String, CancellationToken)

論理的に削除された API Management サービスを、名前を指定して取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • 操作IdDeletedServices_GetByName
GetAsync(AzureLocation, String, CancellationToken)

論理的に削除された API Management サービスを、名前を指定して取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • 操作IdDeletedServices_GetByName
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象