93 строки
5.2 KiB
YAML
93 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.frontdoor.models.Endpoint"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint"
|
|
name: "Endpoint"
|
|
nameWithType: "Endpoint"
|
|
summary: "Defines the endpoint properties."
|
|
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**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoint.Endpoint()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.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.frontdoor.models.Endpoint.endpoint()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint.endpoint()"
|
|
name: "endpoint()"
|
|
nameWithType: "Endpoint.endpoint()"
|
|
summary: "Get the endpoint property: The endpoint URL."
|
|
syntax: "public String endpoint()"
|
|
desc: "Get the endpoint property: The endpoint URL."
|
|
returns:
|
|
description: "the endpoint value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoint.name()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint.name()"
|
|
name: "name()"
|
|
nameWithType: "Endpoint.name()"
|
|
summary: "Get the name property: The name of the endpoint."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The 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.frontdoor.models.Endpoint.validate()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Endpoint.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoint.withEndpoint(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint.withEndpoint(String endpoint)"
|
|
name: "withEndpoint(String endpoint)"
|
|
nameWithType: "Endpoint.withEndpoint(String endpoint)"
|
|
summary: "Set the endpoint property: The endpoint URL."
|
|
parameters:
|
|
- description: "the endpoint value to set."
|
|
name: "endpoint"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Endpoint withEndpoint(String endpoint)"
|
|
desc: "Set the endpoint property: The endpoint URL."
|
|
returns:
|
|
description: "the Endpoint object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoint.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoint.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "Endpoint.withName(String name)"
|
|
summary: "Set the name property: The 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: The name of the endpoint."
|
|
returns:
|
|
description: "the Endpoint object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the endpoint properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.frontdoor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0
|