EndpointDependency Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. EndpointDependency
- com.
Implements
public final class EndpointDependency
implements JsonSerializable<EndpointDependency>
A domain name that a service is reached at, including details of the current connection status.
Constructor Summary
Constructor | Description |
---|---|
EndpointDependency() |
Creates an instance of Endpoint |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Get the domain |
List<Endpoint |
endpointDetails()
Get the endpoint |
static
Endpoint |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoint |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Endpoint |
withDomainName(String domainName)
Set the domain |
Endpoint |
withEndpointDetails(List<EndpointDetail> endpointDetails)
Set the endpoint |
Methods inherited from java.lang.Object
Constructor Details
EndpointDependency
public EndpointDependency()
Creates an instance of EndpointDependency class.
Method Details
domainName
public String domainName()
Get the domainName property: The domain name of the dependency.
Returns:
endpointDetails
public List
Get the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.
Returns:
fromJson
public static EndpointDependency fromJson(JsonReader jsonReader)
Reads an instance of EndpointDependency from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDomainName
public EndpointDependency withDomainName(String domainName)
Set the domainName property: The domain name of the dependency.
Parameters:
Returns:
withEndpointDetails
public EndpointDependency withEndpointDetails(List
Set the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.
Parameters:
Returns:
Applies to
Azure SDK for Java