ComponentsPurgeResponse type
Contains response data for the purge operation.
type ComponentsPurgeResponse = ComponentPurgeResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentPurgeResponse
}
}