ExperimentsBeginCreateResponse type
Innehåller svarsdata för startSkapa åtgärden.
type ExperimentsBeginCreateResponse = Experiment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Experiment
}
}