Compartilhar via


ExperimentsBeginCreateResponse type

Contém dados de resposta para a operação beginCreate.

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