StepsCreateOrUpdateResponse type
Obsahuje data odpovědí pro operaci createOrUpdate.
type StepsCreateOrUpdateResponse = StepResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StepResource
}
}