ModelUpdateHierarchicalEntityRoleResponse type
Contém dados de resposta para a operação updateHierarchicalEntityRole.
type ModelUpdateHierarchicalEntityRoleResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}