Interface PrivateEndpointConnection
public interface PrivateEndpointConnection
An interface representing a private endpoint connection.
-
Method Details
-
id
String id()Gets the ID of the resource.- Returns:
- the ID of the resource.
-
name
String name()Gets the name of the resource.- Returns:
- the name of the resource.
-
type
String type()Gets the type of the resource.- Returns:
- the type of the resource.
-
privateEndpoint
PrivateEndpoint privateEndpoint()Gets the private endpoint.- Returns:
- the private endpoint.
-
privateLinkServiceConnectionState
PrivateLinkServiceConnectionState privateLinkServiceConnectionState()Gets the state of the private link service connection.- Returns:
- the state of the private link service connection.
-
provisioningState
PrivateEndpointConnectionProvisioningState provisioningState()Gets the provisioning state.- Returns:
- the provisioning state.
-