Class ConnectionMonitorOutput
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorOutput
Describes a connection monitor output destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()
Get connection monitor output destination type.withType
(OutputType type) Set connection monitor output destination type.withWorkspaceSettings
(ConnectionMonitorWorkspaceSettings workspaceSettings) Set describes the settings for producing output into a log analytics workspace.Get describes the settings for producing output into a log analytics workspace.
-
Constructor Details
-
ConnectionMonitorOutput
public ConnectionMonitorOutput()
-
-
Method Details
-
type
Get connection monitor output destination type. Currently, only "Workspace" is supported. Possible values include: 'Workspace'.- Returns:
- the type value
-
withType
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.
-
workspaceSettings
Get describes the settings for producing output into a log analytics workspace.- Returns:
- the workspaceSettings value
-
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.
-