Megosztás a következőn keresztül:


ModelUpdateExplicitListItemResponse type

Az updateExplicitListItem művelet válaszadatait tartalmazza.

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