EndpointDetail Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. EndpointDetail
- com.
Implements
public final class EndpointDetail
implements JsonSerializable<EndpointDetail>
A domain name that the managed instance service needs to communicate with, along with additional details.
Constructor Summary
Constructor | Description |
---|---|
EndpointDetail() |
Creates an instance of Endpoint |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Endpoint |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoint |
Integer |
port()
Get the port property: The port an endpoint is connected to. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
EndpointDetail
public EndpointDetail()
Creates an instance of EndpointDetail class.
Method Details
fromJson
public static EndpointDetail fromJson(JsonReader jsonReader)
Reads an instance of EndpointDetail from the JsonReader.
Parameters:
Returns:
Throws:
port
public Integer port()
Get the port property: The port an endpoint is connected to.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java