StepsCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type StepsCreateOrUpdateResponse = StepResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StepResource
}
}