Aracılığıyla paylaş


ModelUpdateHierarchicalEntityRoleResponse type

updateHierarchicalEntityRole işlemi için yanıt verilerini içerir.

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