public class ConnectionMonitorOutput extends Object
| Constructor and Description |
|---|
ConnectionMonitorOutput() |
| 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.
|
public OutputType type()
public ConnectionMonitorOutput withType(OutputType type)
type - the type value to setpublic ConnectionMonitorWorkspaceSettings workspaceSettings()
public ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)
workspaceSettings - the workspaceSettings value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/