84 строки
6.7 KiB
YAML
84 строки
6.7 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\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
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
|