ComponentsPurgeResponse type
Obsahuje data odpovědi na operaci vyprázdnění.
type ComponentsPurgeResponse = ComponentPurgeResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentPurgeResponse
}
}