StepsCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type StepsCreateOrUpdateResponse = StepResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StepResource
}
}