public final class ConnectionMonitorOutput extends Object
| Constructor and Description |
|---|
ConnectionMonitorOutput() |
| Modifier and Type | Method and Description |
|---|---|
OutputType |
type()
Get the type property: Connection monitor output destination type.
|
void |
validate()
Validates the instance.
|
ConnectionMonitorOutput |
withType(OutputType type)
Set the type property: Connection monitor output destination type.
|
ConnectionMonitorOutput |
withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)
Set the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.
|
ConnectionMonitorWorkspaceSettings |
workspaceSettings()
Get the workspaceSettings property: Describes the settings for producing output into a log analytics workspace.
|
public OutputType type()
public ConnectionMonitorOutput withType(OutputType type)
type - the type value to set.public ConnectionMonitorWorkspaceSettings workspaceSettings()
public ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)
workspaceSettings - the workspaceSettings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.