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

82 строки
4.5 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\" />"
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 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