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