ResourceChangesResponse type
Contains response data for the resourceChanges operation.
type ResourceChangesResponse = ResourceChangeList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResourceChangeList
}
}