Interface PrivateEndpointConnection
-
public interface PrivateEndpointConnectionAn interface representing a private endpoint connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()Stringname()PrivateEndpointprivateEndpoint()PrivateLinkServiceConnectionStateprivateLinkServiceConnectionState()PrivateEndpointConnectionProvisioningStateprovisioningState()Stringtype()
-
-
-
Method Detail
-
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.
-
-