GetAllEntitiesBackedUpByPolicyResponse type
Enthält Antwortdaten für den getAllEntitiesBackedUpByPolicy -Vorgang.
type GetAllEntitiesBackedUpByPolicyResponse = PagedBackupEntityList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedBackupEntityList
}
}