ComponentsGetPurgeStatusResponse type
Innehåller svarsdata för åtgärden getPurgeStatus.
type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentPurgeStatusResponse
}
}