MachinesListPortsResponse type
Obsahuje data odpovědi pro operaci listPorts.
type MachinesListPortsResponse = PortCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PortCollection
}
}