Aracılığıyla paylaş


ModelUpdateHierarchicalEntityResponse type

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

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