Compartilhar via


PrivateEndpointConnection Interface

public interface PrivateEndpointConnection

An interface representing a private endpoint connection.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the ID of the resource.

abstract String name()

Gets the name of the resource.

abstract PrivateEndpoint privateEndpoint()

Gets the private endpoint.

abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Gets the state of the private link service connection.

abstract PrivateEndpointConnectionProvisioningState provisioningState()

Gets the provisioning state.

abstract String type()

Gets the type of the resource.

Method Details

id

public abstract String id()

Gets the ID of the resource.

Returns:

the ID of the resource.

name

public abstract String name()

Gets the name of the resource.

Returns:

the name of the resource.

privateEndpoint

public abstract PrivateEndpoint privateEndpoint()

Gets the private endpoint.

Returns:

the private endpoint.

privateLinkServiceConnectionState

public abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Gets the state of the private link service connection.

Returns:

the state of the private link service connection.

provisioningState

public abstract PrivateEndpointConnectionProvisioningState provisioningState()

Gets the provisioning state.

Returns:

the provisioning state.

type

public abstract String type()

Gets the type of the resource.

Returns:

the type of the resource.

Applies to