ServerPrivateEndpointConnection Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. models. ServerPrivateEndpointConnection
- com.
public final class ServerPrivateEndpointConnection
A private endpoint connection under a server.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServerPrivateEndpointConnection() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
id()
Get the id property: Resource Id of the private endpoint connection. |
|
Server |
properties()
Get the properties property: Private endpoint connection properties. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ServerPrivateEndpointConnection
public ServerPrivateEndpointConnection()
Method Details
id
public String id()
Get the id property: Resource Id of the private endpoint connection.
Returns:
properties
public ServerPrivateEndpointConnectionProperties properties()
Get the properties property: Private endpoint connection properties.
Returns:
validate
public void validate()
Validates the instance.