Aracılığıyla paylaş


StepsGetResponse type

Alma işlemi için yanıt verilerini içerir.

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