Udostępnij za pośrednictwem


ModelCreateHierarchicalEntityRoleResponse type

Zawiera dane odpowiedzi dla operacji createHierarchicalEntityRole.

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