Class SharedPrivateLinkResourceInner


  • public final class SharedPrivateLinkResourceInner
    extends com.azure.core.management.ProxyResource
    Describes a Shared Private Link Resource managed by the Azure Cognitive Search service.
    • Constructor Detail

      • SharedPrivateLinkResourceInner

        public SharedPrivateLinkResourceInner()
    • Method Detail

      • properties

        public SharedPrivateLinkResourceProperties properties()
        Get the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
        Returns:
        the properties value.
      • withProperties

        public SharedPrivateLinkResourceInner withProperties​(SharedPrivateLinkResourceProperties properties)
        Set the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
        Parameters:
        properties - the properties value to set.
        Returns:
        the SharedPrivateLinkResourceInner object itself.
      • validate

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