Aracılığıyla paylaş


GatewayListBySubscriptionResponse type

listBySubscription işlemi için yanıt verilerini içerir.

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