Class PrivateEndpointConnection


  • public class PrivateEndpointConnection
    extends ProxyResource
    A private endpoint connection.
    • Constructor Detail

      • PrivateEndpointConnection

        public PrivateEndpointConnection()
    • Method Detail

      • getPrivateEndpoint

        public PrivateEndpoint getPrivateEndpoint()
        Get the privateEndpoint property: The private endpoint which the connection belongs to.
        Returns:
        the privateEndpoint value.
      • setPrivateEndpoint

        public PrivateEndpointConnection setPrivateEndpoint​(PrivateEndpoint privateEndpoint)
        Set the privateEndpoint property: The private endpoint which the connection belongs to.
        Parameters:
        privateEndpoint - the privateEndpoint value to set.
        Returns:
        the PrivateEndpointConnection object itself.
      • getPrivateLinkServiceConnectionState

        public PrivateLinkServiceConnectionState getPrivateLinkServiceConnectionState()
        Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
        Returns:
        the privateLinkServiceConnectionState value.
      • setPrivateLinkServiceConnectionState

        public PrivateEndpointConnection setPrivateLinkServiceConnectionState​(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
        Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
        Parameters:
        privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
        Returns:
        the PrivateEndpointConnection object itself.
      • getProvisioningState

        public String getProvisioningState()
        Get the provisioningState property: Provisioning state of the private endpoint connection.
        Returns:
        the provisioningState value.