Class PrivateEndpointConnectionInner


  • public final class PrivateEndpointConnectionInner
    extends com.azure.core.management.ProxyResource
    The private endpoint connection of a Digital Twin.
    • Constructor Detail

      • PrivateEndpointConnectionInner

        public PrivateEndpointConnectionInner()
    • Method Detail

      • properties

        public ConnectionProperties properties()
        Get the properties property: The connection properties.
        Returns:
        the properties value.
      • withProperties

        public PrivateEndpointConnectionInner withProperties​(ConnectionProperties properties)
        Set the properties property: The connection properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the PrivateEndpointConnectionInner object itself.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the private endpoint connection.
        Returns:
        the systemData value.
      • validate

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