StepsCreateOrUpdateResponse type
Bevat antwoordgegevens voor de bewerking createOrUpdate.
type StepsCreateOrUpdateResponse = StepResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StepResource
}
}