PortsGetResponse type

Obsahuje data odpovědí pro operaci get.

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