ConnectionMonitorOutput Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ConnectionMonitorOutput

public class ConnectionMonitorOutput

Describes a connection monitor output destination.

Constructor Summary

Constructor Description
ConnectionMonitorOutput()

Method Summary

Modifier and Type Method and Description
OutputType type()

Get connection monitor output destination type.

ConnectionMonitorOutput withType(OutputType type)

Set connection monitor output destination type.

ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)

Set describes the settings for producing output into a log analytics workspace.

ConnectionMonitorWorkspaceSettings workspaceSettings()

Get describes the settings for producing output into a log analytics workspace.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConnectionMonitorOutput

public ConnectionMonitorOutput()

Method Details

type

public OutputType type()

Get connection monitor output destination type. Currently, only "Workspace" is supported. Possible values include: 'Workspace'.

Returns:

the type value

withType

public ConnectionMonitorOutput withType(OutputType type)

Set connection monitor output destination type. Currently, only "Workspace" is supported. Possible values include: 'Workspace'.

Parameters:

type - the type value to set

Returns:

the ConnectionMonitorOutput object itself.

withWorkspaceSettings

public ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)

Set describes the settings for producing output into a log analytics workspace.

Parameters:

workspaceSettings - the workspaceSettings value to set

Returns:

the ConnectionMonitorOutput object itself.

workspaceSettings

public ConnectionMonitorWorkspaceSettings workspaceSettings()

Get describes the settings for producing output into a log analytics workspace.

Returns:

the workspaceSettings value

Applies to