ServerPrivateEndpointConnection Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.ServerPrivateEndpointConnection

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.

ServerPrivateEndpointConnectionProperties 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:

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.

Applies to