Compartir a través de


ComponentsGetPurgeStatusResponse type

Contiene datos de respuesta para la operación getPurgeStatus.

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