Class PrivateEndpointConnectionRequestProperties


  • public final class PrivateEndpointConnectionRequestProperties
    extends Object
    The connection state of the private endpoint connection.
    • Constructor Detail

      • PrivateEndpointConnectionRequestProperties

        public PrivateEndpointConnectionRequestProperties()
    • Method Detail

      • privateLinkServiceConnectionState

        public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
        Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
        Returns:
        the privateLinkServiceConnectionState value.
      • withPrivateLinkServiceConnectionState

        public PrivateEndpointConnectionRequestProperties withPrivateLinkServiceConnectionState​(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
        Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
        Parameters:
        privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
        Returns:
        the PrivateEndpointConnectionRequestProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.