Class PrivateEndpointConnectionInner


  • public final class PrivateEndpointConnectionInner
    extends com.azure.core.management.ProxyResource
    Describes an existing Private Endpoint connection to the Azure Cognitive Search service.
    • Constructor Detail

      • PrivateEndpointConnectionInner

        public PrivateEndpointConnectionInner()
    • Method Detail

      • properties

        public PrivateEndpointConnectionProperties properties()
        Get the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
        Returns:
        the properties value.
      • withProperties

        public PrivateEndpointConnectionInner withProperties​(PrivateEndpointConnectionProperties properties)
        Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
        Parameters:
        properties - the properties value to set.
        Returns:
        the PrivateEndpointConnectionInner object itself.
      • validate

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