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

198 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.Endpoint"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint"
name: "Endpoint"
nameWithType: "Endpoint"
summary: "Describes the endpoint configuration for the container."
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 **Endpoint**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.Endpoint()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.Endpoint()"
name: "Endpoint()"
nameWithType: "Endpoint.Endpoint()"
summary: "Creates an instance of Endpoint class."
syntax: "public Endpoint()"
desc: "Creates an instance of Endpoint class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Endpoint.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Endpoint from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Endpoint fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Endpoint."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Endpoint from the JsonReader."
returns:
description: "An instance of Endpoint if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.hostIp()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.hostIp()"
name: "hostIp()"
nameWithType: "Endpoint.hostIp()"
summary: "Get the host<wbr>Ip property: Host IP over which the application is exposed from the container."
syntax: "public String hostIp()"
desc: "Get the hostIp property: Host IP over which the application is exposed from the container."
returns:
description: "the hostIp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.name()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.name()"
name: "name()"
nameWithType: "Endpoint.name()"
summary: "Get the name property: Name of the Endpoint."
syntax: "public String name()"
desc: "Get the name property: Name of the Endpoint."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.protocol()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.protocol()"
name: "protocol()"
nameWithType: "Endpoint.protocol()"
summary: "Get the protocol property: Protocol over which communication will happen over this endpoint."
syntax: "public Protocol protocol()"
desc: "Get the protocol property: Protocol over which communication will happen over this endpoint."
returns:
description: "the protocol value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Protocol?alt=com.azure.resourcemanager.machinelearning.models.Protocol&text=Protocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.published()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.published()"
name: "published()"
nameWithType: "Endpoint.published()"
summary: "Get the published property: Port over which the application is exposed from container."
syntax: "public Integer published()"
desc: "Get the published property: Port over which the application is exposed from container."
returns:
description: "the published value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.target()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.target()"
name: "target()"
nameWithType: "Endpoint.target()"
summary: "Get the target property: Application port inside the container."
syntax: "public Integer target()"
desc: "Get the target property: Application port inside the container."
returns:
description: "the target value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Endpoint.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.validate()"
name: "validate()"
nameWithType: "Endpoint.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.withHostIp(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.withHostIp(String hostIp)"
name: "withHostIp(String hostIp)"
nameWithType: "Endpoint.withHostIp(String hostIp)"
summary: "Set the host<wbr>Ip property: Host IP over which the application is exposed from the container."
parameters:
- description: "the hostIp value to set."
name: "hostIp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Endpoint withHostIp(String hostIp)"
desc: "Set the hostIp property: Host IP over which the application is exposed from the container."
returns:
description: "the Endpoint object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.withName(String name)"
name: "withName(String name)"
nameWithType: "Endpoint.withName(String name)"
summary: "Set the name property: Name of the Endpoint."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Endpoint withName(String name)"
desc: "Set the name property: Name of the Endpoint."
returns:
description: "the Endpoint object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.withProtocol(com.azure.resourcemanager.machinelearning.models.Protocol)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.withProtocol(Protocol protocol)"
name: "withProtocol(Protocol protocol)"
nameWithType: "Endpoint.withProtocol(Protocol protocol)"
summary: "Set the protocol property: Protocol over which communication will happen over this endpoint."
parameters:
- description: "the protocol value to set."
name: "protocol"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Protocol?alt=com.azure.resourcemanager.machinelearning.models.Protocol&text=Protocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Endpoint withProtocol(Protocol protocol)"
desc: "Set the protocol property: Protocol over which communication will happen over this endpoint."
returns:
description: "the Endpoint object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.withPublished(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.withPublished(Integer published)"
name: "withPublished(Integer published)"
nameWithType: "Endpoint.withPublished(Integer published)"
summary: "Set the published property: Port over which the application is exposed from container."
parameters:
- description: "the published value to set."
name: "published"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Endpoint withPublished(Integer published)"
desc: "Set the published property: Port over which the application is exposed from container."
returns:
description: "the Endpoint object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Endpoint.withTarget(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.Endpoint.withTarget(Integer target)"
name: "withTarget(Integer target)"
nameWithType: "Endpoint.withTarget(Integer target)"
summary: "Set the target property: Application port inside the container."
parameters:
- description: "the target value to set."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Endpoint withTarget(Integer target)"
desc: "Set the target property: Application port inside the container."
returns:
description: "the Endpoint object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the endpoint configuration for the container."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0