Поделиться через


GatewayListBySubscriptionResponse type

Содержит данные ответа для операции listBySubscription.

type GatewayListBySubscriptionResponse = GatewayResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: GatewayResourceDescriptionList
  }
}