次の方法で共有


Components - Get Purge Status

進行中の消去操作の状態を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}?api-version=2015-05-01

URI パラメーター

名前 / 必須 説明
purgeId
path True

string

消去状態要求では、これは、状態が返される操作の ID です。

resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName
path True

string

Application Insights コンポーネント リソースの名前。

subscriptionId
path True

string

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

api-version
query True

string

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

応答

名前 説明
200 OK

ComponentPurgeStatusResponse

応答の本文で消去操作の状態を返します。 例: 実行中、完了。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

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

Scopes

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

ComponentPurge

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/OIAutoRest5123/providers/Microsoft.Insights/components/aztest5048/operations/purge-970318e7-b859-4edb-8903-83b1b54d0b74?api-version=2015-05-01

Sample Response

{
  "status": "completed"
}

定義

名前 説明
ComponentPurgeStatusResponse

特定の消去操作の状態を含む応答。

PurgeState

要求された ID で表される操作の状態。

ComponentPurgeStatusResponse

特定の消去操作の状態を含む応答。

名前 説明
status

PurgeState

要求された ID で表される操作の状態。

PurgeState

要求された ID で表される操作の状態。

名前 説明
completed

string

pending

string