azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.l...

75 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency"
name: "EndpointDependency"
nameWithType: "EndpointDependency"
summary: "A domain name and connection details used to access a dependency."
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 **EndpointDependency**"
constructors:
- uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.EndpointDependency()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.EndpointDependency()"
name: "EndpointDependency()"
nameWithType: "EndpointDependency.EndpointDependency()"
summary: "Creates an instance of Endpoint<wbr>Dependency class."
syntax: "public EndpointDependency()"
desc: "Creates an instance of EndpointDependency class."
methods:
- uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.description()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.description()"
name: "description()"
nameWithType: "EndpointDependency.description()"
summary: "Get the description property: Human-readable supplemental information about the dependency and when it is applicable."
syntax: "public String description()"
desc: "Get the description property: Human-readable supplemental information about the dependency and when it is applicable."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.domainName()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.domainName()"
name: "domainName()"
nameWithType: "EndpointDependency.domainName()"
summary: "Get the domain<wbr>Name property: The domain name of the dependency."
syntax: "public String domainName()"
desc: "Get the domainName property: The domain name of the dependency. Domain names may be fully qualified or may contain a \\* wildcard."
returns:
description: "the domainName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.endpointDetails()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.endpointDetails()"
name: "endpointDetails()"
nameWithType: "EndpointDependency.endpointDetails()"
summary: "Get the endpoint<wbr>Details property: The list of connection details for this endpoint."
syntax: "public List<EndpointDetail> endpointDetails()"
desc: "Get the endpointDetails property: The list of connection details for this endpoint."
returns:
description: "the endpointDetails value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loadtestservice.models.EndpointDetail?alt=com.azure.resourcemanager.loadtestservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.validate()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EndpointDependency.validate()"
name: "validate()"
nameWithType: "EndpointDependency.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "A domain name and connection details used to access a dependency."
metadata: {}
package: "com.azure.resourcemanager.loadtestservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2