Condividi tramite


ExperimentsBeginCreateResponse type

Contiene i dati di risposta per l'operazione beginCreate.

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