Deleted Services - List By Subscription

指定されたサブスクリプションについて削除の取り消しが可能な、論理的に削除されたサービスを一覧表示します。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices?api-version=2022-08-01

URI パラメーター

名前 / 必須 説明
subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

応答

名前 説明
200 OK

DeletedServicesCollection

指定されたサブスクリプションの削除を取り消すことができるすべての論理的に削除されたサービスの一覧。

Other Status Codes

ErrorResponse

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

ApiManagementDeletedServicesListBySubscription

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.ApiManagement/deletedservices?api-version=2022-08-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/subid/providers/Microsoft.ApiManagement/locations/westus/deletedservices/apimService3",
      "name": "apimService3",
      "type": "Microsoft.ApiManagement/deletedservices",
      "location": "West US",
      "properties": {
        "serviceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService3",
        "scheduledPurgeDate": "2017-05-27T15:33:55.5426123Z",
        "deletionDate": "2017-05-27T15:33:55.5426123Z"
      }
    },
    {
      "id": "/subscriptions/subid/providers/Microsoft.ApiManagement/locations/westus2/deletedservices/apimService",
      "name": "apimService",
      "type": "Microsoft.ApiManagement/deletedservices",
      "location": "West US 2",
      "properties": {
        "serviceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService",
        "scheduledPurgeDate": "2017-05-27T15:33:55.5426123Z",
        "deletionDate": "2017-05-27T15:33:55.5426123Z"
      }
    }
  ]
}

定義

名前 説明
DeletedServiceContract

サービス情報API Management削除されました。

DeletedServicesCollection

Paged deleted API Management Services List Representation.

ErrorFieldContract

エラー フィールド コントラクト。

ErrorResponse

エラー応答。

DeletedServiceContract

サービス情報API Management削除されました。

名前 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

string

サービス マスターの場所をAPI Managementします。

name

string

リソースの名前

properties.deletionDate

string

サービスが論理的に削除されたときの UTC タイムスタンプ。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。

properties.scheduledPurgeDate

string

サービスが自動的に消去される UTC 日付と時刻。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。

properties.serviceId

string

完全修飾API Management サービス リソース ID

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

DeletedServicesCollection

Paged deleted API Management Services List Representation.

名前 説明
nextLink

string

次のページ リンク (存在する場合)。

value

DeletedServiceContract[]

ページ値。

ErrorFieldContract

エラー フィールド コントラクト。

名前 説明
code

string

プロパティ レベルのエラー コード。

message

string

プロパティ レベルエラーの人間が判読できる表現。

target

string

プロパティ名。

ErrorResponse

エラー応答。

名前 説明
error.code

string

サービスによって定義されたエラー コード。 このコードは、応答に指定された HTTP エラー コードのサブステータスとして機能します。

error.details

ErrorFieldContract[]

検証エラーが発生した場合に要求で送信される無効なフィールドの一覧。

error.message

string

人が判読できるエラーの表現。