共用方式為


ModelUpdateRegexEntityModelResponse type

包含 updateRegexEntityModel 作業的響應數據。

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