StepsCreateOrUpdateResponse type
createOrUpdate işlemi için yanıt verilerini içerir.
type StepsCreateOrUpdateResponse = StepResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StepResource
}
}