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