Udostępnij za pośrednictwem


StepsGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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