MachinesListPortsResponse type
listPorts işlemi için yanıt verilerini içerir.
type MachinesListPortsResponse = PortCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PortCollection
}
}