Aracılığıyla paylaş


ModelGetHierarchicalEntityRoleResponse type

getHierarchicalEntityRole işleminin yanıt verilerini içerir.

type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}