MeshGatewayGetResponse type

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

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