ComponentsGetPurgeStatusResponse type

Contains response data for the getPurgeStatus operation.

type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComponentPurgeStatusResponse
  }
}