Class ServerPrivateEndpointConnection
- java.lang.Object
-
- com.azure.resourcemanager.sql.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.PrivateEndpointConnectionPropertiesproperties()Get the properties property: Private endpoint connection properties.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource ID.- Returns:
- the id value.
-
properties
public PrivateEndpointConnectionProperties 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.
-
-