Class ConnectionMonitorOutput
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ConnectionMonitorOutput
-
public final class ConnectionMonitorOutput extends Object
Describes a connection monitor output destination.
-
-
Constructor Summary
Constructors Constructor Description ConnectionMonitorOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputTypetype()Get the type property: Connection monitor output destination type.voidvalidate()Validates the instance.ConnectionMonitorOutputwithType(OutputType type)Set the type property: Connection monitor output destination type.ConnectionMonitorOutputwithWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)Set the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.ConnectionMonitorWorkspaceSettingsworkspaceSettings()Get the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.
-
-
-
Method Detail
-
type
public OutputType type()
Get the type property: Connection monitor output destination type. Currently, only "Workspace" is supported.- Returns:
- the type value.
-
withType
public ConnectionMonitorOutput withType(OutputType type)
Set the type property: Connection monitor output destination type. Currently, only "Workspace" is supported.- Parameters:
type- the type value to set.- Returns:
- the ConnectionMonitorOutput object itself.
-
workspaceSettings
public ConnectionMonitorWorkspaceSettings workspaceSettings()
Get the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.- Returns:
- the workspaceSettings value.
-
withWorkspaceSettings
public ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)
Set the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.- Parameters:
workspaceSettings- the workspaceSettings value to set.- Returns:
- the ConnectionMonitorOutput object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-