ExperimentsBeginCreateResponse type
Contains response data for the beginCreate operation.
type ExperimentsBeginCreateResponse = Experiment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Experiment
}
}