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

84 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration"
name: "ConnectionMonitorTcpConfiguration"
nameWithType: "ConnectionMonitorTcpConfiguration"
summary: "Describes the TCP configuration."
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 **ConnectionMonitorTcpConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.ConnectionMonitorTcpConfiguration()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.ConnectionMonitorTcpConfiguration()"
name: "ConnectionMonitorTcpConfiguration()"
nameWithType: "ConnectionMonitorTcpConfiguration.ConnectionMonitorTcpConfiguration()"
syntax: "public ConnectionMonitorTcpConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.disableTraceRoute()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.disableTraceRoute()"
name: "disableTraceRoute()"
nameWithType: "ConnectionMonitorTcpConfiguration.disableTraceRoute()"
summary: "Get value indicating whether path evaluation with trace route should be disabled."
syntax: "public Boolean disableTraceRoute()"
desc: "Get value indicating whether path evaluation with trace route should be disabled."
returns:
description: "the disableTraceRoute value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.port()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.port()"
name: "port()"
nameWithType: "ConnectionMonitorTcpConfiguration.port()"
summary: "Get the port to connect to."
syntax: "public Integer port()"
desc: "Get the port to connect to."
returns:
description: "the port value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.withDisableTraceRoute(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.withDisableTraceRoute(Boolean disableTraceRoute)"
name: "withDisableTraceRoute(Boolean disableTraceRoute)"
nameWithType: "ConnectionMonitorTcpConfiguration.withDisableTraceRoute(Boolean disableTraceRoute)"
summary: "Set value indicating whether path evaluation with trace route should be disabled."
parameters:
- description: "the disableTraceRoute value to set"
name: "disableTraceRoute"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorTcpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)"
desc: "Set value indicating whether path evaluation with trace route should be disabled."
returns:
description: "the ConnectionMonitorTcpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration&text=ConnectionMonitorTcpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.withPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "ConnectionMonitorTcpConfiguration.withPort(Integer port)"
summary: "Set the port to connect to."
parameters:
- description: "the port value to set"
name: "port"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorTcpConfiguration withPort(Integer port)"
desc: "Set the port to connect to."
returns:
description: "the ConnectionMonitorTcpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration&text=ConnectionMonitorTcpConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the TCP configuration."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4