azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

82 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput"
name: "ConnectionMonitorOutput"
nameWithType: "ConnectionMonitorOutput"
summary: "Describes a connection monitor output destination."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class ConnectionMonitorOutput"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput.ConnectionMonitorOutput()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput.ConnectionMonitorOutput()"
name: "ConnectionMonitorOutput()"
nameWithType: "ConnectionMonitorOutput.ConnectionMonitorOutput()"
syntax: "public ConnectionMonitorOutput()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput.type()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput.type()"
name: "type()"
nameWithType: "ConnectionMonitorOutput.type()"
summary: "Get connection monitor output destination type."
syntax: "public OutputType type()"
desc: "Get connection monitor output destination type. Currently, only \"Workspace\" is supported. Possible values include: 'Workspace'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.network.OutputType?alt=com.microsoft.azure.management.network.OutputType&text=OutputType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput.withType(com.microsoft.azure.management.network.OutputType)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput.withType(OutputType type)"
name: "withType(OutputType type)"
nameWithType: "ConnectionMonitorOutput.withType(OutputType type)"
summary: "Set connection monitor output destination type."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.network.OutputType?alt=com.microsoft.azure.management.network.OutputType&text=OutputType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorOutput withType(OutputType type)"
desc: "Set connection monitor output destination type. Currently, only \"Workspace\" is supported. Possible values include: 'Workspace'."
returns:
description: "the ConnectionMonitorOutput object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorOutput?alt=com.microsoft.azure.management.network.ConnectionMonitorOutput&text=ConnectionMonitorOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput.withWorkspaceSettings(com.microsoft.azure.management.network.ConnectionMonitorWorkspaceSettings)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput.withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)"
name: "withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)"
nameWithType: "ConnectionMonitorOutput.withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)"
summary: "Set describes the settings for producing output into a log analytics workspace."
parameters:
- description: "the workspaceSettings value to set"
name: "workspaceSettings"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorWorkspaceSettings?alt=com.microsoft.azure.management.network.ConnectionMonitorWorkspaceSettings&text=ConnectionMonitorWorkspaceSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorOutput withWorkspaceSettings(ConnectionMonitorWorkspaceSettings workspaceSettings)"
desc: "Set describes the settings for producing output into a log analytics workspace."
returns:
description: "the ConnectionMonitorOutput object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorOutput?alt=com.microsoft.azure.management.network.ConnectionMonitorOutput&text=ConnectionMonitorOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorOutput.workspaceSettings()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorOutput.workspaceSettings()"
name: "workspaceSettings()"
nameWithType: "ConnectionMonitorOutput.workspaceSettings()"
summary: "Get describes the settings for producing output into a log analytics workspace."
syntax: "public ConnectionMonitorWorkspaceSettings workspaceSettings()"
desc: "Get describes the settings for producing output into a log analytics workspace."
returns:
description: "the workspaceSettings value"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorWorkspaceSettings?alt=com.microsoft.azure.management.network.ConnectionMonitorWorkspaceSettings&text=ConnectionMonitorWorkspaceSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes a connection monitor output destination."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4