Condividi tramite


GatewayListBySubscriptionResponse type

Contiene i dati di risposta per l'operazione listBySubscription.

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