PortsGetResponse type

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

type PortsGetResponse = Port & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Port }
}