ExperimentsBeginCreateResponse type
Obsahuje data odpovědi pro operaci beginCreate.
type ExperimentsBeginCreateResponse = Experiment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Experiment
}
}