Condividi tramite


GatewayListBySubscriptionNextResponse type

Contiene i dati di risposta per l'operazione listBySubscriptionNext.

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