共用方式為


GatewayCreateResponse type

包含建立作業的回應資料。

type GatewayCreateResponse = GatewayResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: GatewayResourceDescription
  }
}