Freigeben über


GatewayListBySubscriptionResponse type

Enthält Antwortdaten für den ListBySubscription-Vorgang.

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