Class ConnectionMonitorOutput

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

public class ConnectionMonitorOutput extends Object
Describes a connection monitor output destination.
  • 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.
    • workspaceSettings

      public ConnectionMonitorWorkspaceSettings 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.