Sdílet prostřednictvím


StepsGetResponse type

Obsahuje data odpovědi pro operaci get.

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