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

84 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionMonitorSource"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource"
name: "ConnectionMonitorSource"
nameWithType: "ConnectionMonitorSource"
summary: "Describes the source of connection monitor."
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 **ConnectionMonitorSource**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSource.ConnectionMonitorSource()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource.ConnectionMonitorSource()"
name: "ConnectionMonitorSource()"
nameWithType: "ConnectionMonitorSource.ConnectionMonitorSource()"
syntax: "public ConnectionMonitorSource()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSource.port()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource.port()"
name: "port()"
nameWithType: "ConnectionMonitorSource.port()"
summary: "Get the source port used by connection monitor."
syntax: "public Integer port()"
desc: "Get the source port used by connection monitor."
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.ConnectionMonitorSource.resourceId()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource.resourceId()"
name: "resourceId()"
nameWithType: "ConnectionMonitorSource.resourceId()"
summary: "Get the ID of the resource used as the source by connection monitor."
syntax: "public String resourceId()"
desc: "Get the ID of the resource used as the source by connection monitor."
returns:
description: "the resourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSource.withPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "ConnectionMonitorSource.withPort(Integer port)"
summary: "Set the source port used by connection monitor."
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 ConnectionMonitorSource withPort(Integer port)"
desc: "Set the source port used by connection monitor."
returns:
description: "the ConnectionMonitorSource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorSource?alt=com.microsoft.azure.management.network.ConnectionMonitorSource&text=ConnectionMonitorSource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSource.withResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSource.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "ConnectionMonitorSource.withResourceId(String resourceId)"
summary: "Set the ID of the resource used as the source by connection monitor."
parameters:
- description: "the resourceId value to set"
name: "resourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorSource withResourceId(String resourceId)"
desc: "Set the ID of the resource used as the source by connection monitor."
returns:
description: "the ConnectionMonitorSource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorSource?alt=com.microsoft.azure.management.network.ConnectionMonitorSource&text=ConnectionMonitorSource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the source of connection monitor."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4