ModelUpdateHierarchicalEntityResponse type

Contains response data for the updateHierarchicalEntity operation.

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