Class ServerPrivateEndpointConnection
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.ServerPrivateEndpointConnection
-
public final class ServerPrivateEndpointConnection extends Object
A private endpoint connection under a server.
-
-
Constructor Summary
Constructors Constructor Description ServerPrivateEndpointConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Resource Id of the private endpoint connection.ServerPrivateEndpointConnectionPropertiesproperties()Get the properties property: Private endpoint connection properties.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource Id of the private endpoint connection.- Returns:
- the id value.
-
properties
public ServerPrivateEndpointConnectionProperties properties()
Get the properties property: Private endpoint connection properties.- Returns:
- the properties value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-