Processes interface

Interface representing a Processes.

Methods

get(string, string, string, string, ProcessesGetOptionalParams)

Returns the specified process.

getLiveness(string, string, string, string, ProcessesGetLivenessOptionalParams)

Obtains the liveness status of the process during the specified time interval.

listAcceptingPorts(string, string, string, string, ProcessesListAcceptingPortsOptionalParams)

Returns a collection of ports on which this process is accepting

listConnections(string, string, string, string, ProcessesListConnectionsOptionalParams)

Returns a collection of connections terminating or originating at the specified process

Method Details

get(string, string, string, string, ProcessesGetOptionalParams)

Returns the specified process.

function get(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesGetOptionalParams): Promise<Process>

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

machineName

string

Machine resource name.

processName

string

Process resource name.

options
ProcessesGetOptionalParams

The options parameters.

Returns

Promise<Process>

getLiveness(string, string, string, string, ProcessesGetLivenessOptionalParams)

Obtains the liveness status of the process during the specified time interval.

function getLiveness(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesGetLivenessOptionalParams): Promise<Liveness>

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

machineName

string

Machine resource name.

processName

string

Process resource name.

options
ProcessesGetLivenessOptionalParams

The options parameters.

Returns

Promise<Liveness>

listAcceptingPorts(string, string, string, string, ProcessesListAcceptingPortsOptionalParams)

Returns a collection of ports on which this process is accepting

function listAcceptingPorts(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesListAcceptingPortsOptionalParams): PagedAsyncIterableIterator<Port, Port[], PageSettings>

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

machineName

string

Machine resource name.

processName

string

Process resource name.

options
ProcessesListAcceptingPortsOptionalParams

The options parameters.

Returns

listConnections(string, string, string, string, ProcessesListConnectionsOptionalParams)

Returns a collection of connections terminating or originating at the specified process

function listConnections(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesListConnectionsOptionalParams): PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

machineName

string

Machine resource name.

processName

string

Process resource name.

options
ProcessesListConnectionsOptionalParams

The options parameters.

Returns