azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

93 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.EndpointDetail"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail"
name: "EndpointDetail"
nameWithType: "EndpointDetail"
summary: "Current TCP connectivity information from the Kusto cluster to a single endpoint."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EndpointDetail**"
constructors:
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.EndpointDetail()"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.EndpointDetail()"
name: "EndpointDetail()"
nameWithType: "EndpointDetail.EndpointDetail()"
summary: "Creates an instance of Endpoint<wbr>Detail class."
syntax: "public EndpointDetail()"
desc: "Creates an instance of EndpointDetail class."
methods:
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.ipAddress()"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.ipAddress()"
name: "ipAddress()"
nameWithType: "EndpointDetail.ipAddress()"
summary: "Get the ip<wbr>Address property: The ip address of the endpoint."
syntax: "public String ipAddress()"
desc: "Get the ipAddress property: The ip address of the endpoint."
returns:
description: "the ipAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.port()"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.port()"
name: "port()"
nameWithType: "EndpointDetail.port()"
summary: "Get the port property: The port an endpoint is connected to."
syntax: "public Integer port()"
desc: "Get the port property: The port an endpoint is connected to."
returns:
description: "the port value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.validate()"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.validate()"
name: "validate()"
nameWithType: "EndpointDetail.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.withIpAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.withIpAddress(String ipAddress)"
name: "withIpAddress(String ipAddress)"
nameWithType: "EndpointDetail.withIpAddress(String ipAddress)"
summary: "Set the ip<wbr>Address property: The ip address of the endpoint."
parameters:
- description: "the ipAddress value to set."
name: "ipAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EndpointDetail withIpAddress(String ipAddress)"
desc: "Set the ipAddress property: The ip address of the endpoint."
returns:
description: "the EndpointDetail object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.EndpointDetail?alt=com.azure.resourcemanager.kusto.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.EndpointDetail.withPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.kusto.models.EndpointDetail.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "EndpointDetail.withPort(Integer port)"
summary: "Set the port property: The port an endpoint is connected to."
parameters:
- description: "the port value to set."
name: "port"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public EndpointDetail withPort(Integer port)"
desc: "Set the port property: The port an endpoint is connected to."
returns:
description: "the EndpointDetail object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.EndpointDetail?alt=com.azure.resourcemanager.kusto.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Current TCP connectivity information from the Kusto cluster to a single endpoint."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0