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

132 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint"
name: "ConnectionMonitorEndpoint"
nameWithType: "ConnectionMonitorEndpoint"
summary: "Describes the connection monitor endpoint."
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 **ConnectionMonitorEndpoint**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.ConnectionMonitorEndpoint()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.ConnectionMonitorEndpoint()"
name: "ConnectionMonitorEndpoint()"
nameWithType: "ConnectionMonitorEndpoint.ConnectionMonitorEndpoint()"
syntax: "public ConnectionMonitorEndpoint()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.address()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.address()"
name: "address()"
nameWithType: "ConnectionMonitorEndpoint.address()"
summary: "Get address of the connection monitor endpoint (IP or domain name)."
syntax: "public String address()"
desc: "Get address of the connection monitor endpoint (IP or domain name)."
returns:
description: "the address 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.ConnectionMonitorEndpoint.filter()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.filter()"
name: "filter()"
nameWithType: "ConnectionMonitorEndpoint.filter()"
summary: "Get filter for sub-items within the endpoint."
syntax: "public ConnectionMonitorEndpointFilter filter()"
desc: "Get filter for sub-items within the endpoint."
returns:
description: "the filter value"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter&text=ConnectionMonitorEndpointFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.name()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.name()"
name: "name()"
nameWithType: "ConnectionMonitorEndpoint.name()"
summary: "Get the name of the connection monitor endpoint."
syntax: "public String name()"
desc: "Get the name of the connection monitor endpoint."
returns:
description: "the name 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.ConnectionMonitorEndpoint.resourceId()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.resourceId()"
name: "resourceId()"
nameWithType: "ConnectionMonitorEndpoint.resourceId()"
summary: "Get resource ID of the connection monitor endpoint."
syntax: "public String resourceId()"
desc: "Get resource ID of the connection monitor endpoint."
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.ConnectionMonitorEndpoint.withAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withAddress(String address)"
name: "withAddress(String address)"
nameWithType: "ConnectionMonitorEndpoint.withAddress(String address)"
summary: "Set address of the connection monitor endpoint (IP or domain name)."
parameters:
- description: "the address value to set"
name: "address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorEndpoint withAddress(String address)"
desc: "Set address of the connection monitor endpoint (IP or domain name)."
returns:
description: "the ConnectionMonitorEndpoint object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpoint?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpoint&text=ConnectionMonitorEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withFilter(com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withFilter(ConnectionMonitorEndpointFilter filter)"
name: "withFilter(ConnectionMonitorEndpointFilter filter)"
nameWithType: "ConnectionMonitorEndpoint.withFilter(ConnectionMonitorEndpointFilter filter)"
summary: "Set filter for sub-items within the endpoint."
parameters:
- description: "the filter value to set"
name: "filter"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter&text=ConnectionMonitorEndpointFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorEndpoint withFilter(ConnectionMonitorEndpointFilter filter)"
desc: "Set filter for sub-items within the endpoint."
returns:
description: "the ConnectionMonitorEndpoint object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpoint?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpoint&text=ConnectionMonitorEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withName(String name)"
name: "withName(String name)"
nameWithType: "ConnectionMonitorEndpoint.withName(String name)"
summary: "Set the name of the connection monitor endpoint."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorEndpoint withName(String name)"
desc: "Set the name of the connection monitor endpoint."
returns:
description: "the ConnectionMonitorEndpoint object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpoint?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpoint&text=ConnectionMonitorEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorEndpoint.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "ConnectionMonitorEndpoint.withResourceId(String resourceId)"
summary: "Set resource ID of the connection monitor endpoint."
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 ConnectionMonitorEndpoint withResourceId(String resourceId)"
desc: "Set resource ID of the connection monitor endpoint."
returns:
description: "the ConnectionMonitorEndpoint object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorEndpoint?alt=com.microsoft.azure.management.network.ConnectionMonitorEndpoint&text=ConnectionMonitorEndpoint\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the connection monitor endpoint."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4