ComponentsGetPurgeStatusResponse type
Contém dados de resposta para a operação getPurgeStatus.
type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentPurgeStatusResponse
}
}