ExperimentsBeginCreateResponse type
Contiene datos de respuesta para la operación beginCreate.
type ExperimentsBeginCreateResponse = Experiment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Experiment
}
}