Aracılığıyla paylaş


GatewayGetResponse type

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

type GatewayGetResponse = GatewayResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: GatewayResourceDescription
  }
}