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


ModelCreateHierarchicalEntityRoleResponse type

A createHierarchicalEntityRole művelet válaszadatait tartalmazza.

type ModelCreateHierarchicalEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}