次の方法で共有


StepsCreateOrUpdateResponse type

createOrUpdate 操作の応答データを格納します。

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