ServerPrivateEndpointConnection Class

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

public final class ServerPrivateEndpointConnection

A private endpoint connection under a server.

Constructor Summary

Constructor Description
ServerPrivateEndpointConnection()

Creates an instance of ServerPrivateEndpointConnection class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Resource ID.

PrivateEndpointConnectionProperties 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()

Creates an instance of ServerPrivateEndpointConnection class.

Method Details

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.

Applies to