MachinesListConnectionsResponse type
Contains response data for the listConnections operation.
type MachinesListConnectionsResponse = ConnectionCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionCollection
}
}