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 パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
purge
|
path | True |
string |
消去状態要求では、これは、状態が返される操作の ID です。 |
resource
|
path | True |
string |
リソース グループの名前。 名前の大文字と小文字は区別されます。 |
resource
|
path | True |
string |
Application Insights コンポーネント リソースの名前。 |
subscription
|
path | True |
string |
ターゲット サブスクリプションの ID。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
応答の本文で消去操作の状態を返します。 例: 実行中、完了。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
ComponentPurge
要求のサンプル
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
応答のサンプル
{
"status": "completed"
}
定義
名前 | 説明 |
---|---|
Component |
特定の消去操作の状態を含む応答。 |
Purge |
要求された ID で表される操作の状態。 |
ComponentPurgeStatusResponse
特定の消去操作の状態を含む応答。
名前 | 型 | 説明 |
---|---|---|
status |
要求された ID で表される操作の状態。 |
PurgeState
要求された ID で表される操作の状態。
名前 | 型 | 説明 |
---|---|---|
completed |
string |
|
pending |
string |