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 매개 변수

Name In(다음 안에) 필수 형식 Description
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 버전입니다.

응답

Name 형식 Description
200 OK

ComponentPurgeStatusResponse

응답 본문에서 제거 작업의 상태 반환합니다. 예: 실행 중, 완료됨

보안

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
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"
}

정의

Name Description
ComponentPurgeStatusResponse

특정 제거 작업에 대한 상태 포함하는 응답입니다.

PurgeState

요청된 ID로 표시되는 작업의 상태입니다.

ComponentPurgeStatusResponse

특정 제거 작업에 대한 상태 포함하는 응답입니다.

Name 형식 Description
status

PurgeState

요청된 ID로 표시되는 작업의 상태입니다.

PurgeState

요청된 ID로 표시되는 작업의 상태입니다.

Name 형식 Description
completed

string

pending

string