Condividi tramite


StepsGetResponse type

Contiene i dati di risposta per l'operazione get.

type StepsGetResponse = StepResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StepResource
  }
}