Aracılığıyla paylaş


ModelGetHierarchicalEntityChildResponse type

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

type ModelGetHierarchicalEntityChildResponse = HierarchicalChildEntity & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: HierarchicalChildEntity
  }
}