Condividi tramite


ExperimentsCreateResponse type

Contiene i dati di risposta per l'operazione di creazione.

type ExperimentsCreateResponse = Experiment & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Experiment
  }
}