Megosztás a következőn keresztül:


ModelUpdateHierarchicalEntityRoleResponse type

Az updateHierarchicalEntityRole művelet válaszadatait tartalmazza.

type ModelUpdateHierarchicalEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}