PrivateEndpointConnection Interface

public interface PrivateEndpointConnection

An interface representing a private endpoint connection.

Method Summary

Modifier and Type Method and Description
abstract String id()
abstract String name()
abstract PrivateEndpoint privateEndpoint()
abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
abstract PrivateEndpointConnectionProvisioningState provisioningState()
abstract String type()

Method Details

id

public abstract String id()

Returns:

the ID of the resource.

name

public abstract String name()

Returns:

the name of the resource.

privateEndpoint

public abstract PrivateEndpoint privateEndpoint()

Returns:

the private endpoint.

privateLinkServiceConnectionState

public abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Returns:

the state of the private link service connection.

provisioningState

public abstract PrivateEndpointConnectionProvisioningState provisioningState()

Returns:

the provisioning state.

type

public abstract String type()

Returns:

the type of the resource.

Applies to