Class ServerPrivateEndpointConnection
java.lang.Object
com.azure.resourcemanager.mariadb.models.ServerPrivateEndpointConnection
A private endpoint connection under a server.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ServerPrivateEndpointConnection class. -
Method Summary
-
Constructor Details
-
ServerPrivateEndpointConnection
public ServerPrivateEndpointConnection()Creates an instance of ServerPrivateEndpointConnection class.
-
-
Method Details
-
id
Get the id property: Resource Id of the private endpoint connection.- Returns:
- the id value.
-
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.
-