ServerPrivateEndpointConnection Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ServerPrivateEndpointConnection
- com.
Implements
public final class ServerPrivateEndpointConnection
implements JsonSerializable<ServerPrivateEndpointConnection>
A private endpoint connection under a server.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
id()
Get the id property: Resource ID. |
|
Private |
properties()
Get the properties property: Private endpoint connection properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ServerPrivateEndpointConnection fromJson(JsonReader jsonReader)
Reads an instance of ServerPrivateEndpointConnection from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Returns:
properties
public PrivateEndpointConnectionProperties properties()
Get the properties property: Private endpoint connection properties.
Returns:
toJson
validate
public void validate()
Validates the instance.