PortsGetResponse type

Contains response data for the get operation.

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