Class PrivateLinkResourceProperties


  • public final class PrivateLinkResourceProperties
    extends Object
    Describes the properties of a supported private link resource for the Azure Cognitive Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource.
    • Constructor Detail

      • PrivateLinkResourceProperties

        public PrivateLinkResourceProperties()
    • Method Detail

      • groupId

        public String groupId()
        Get the groupId property: The group ID of the private link resource.
        Returns:
        the groupId value.
      • requiredMembers

        public List<String> requiredMembers()
        Get the requiredMembers property: The list of required members of the private link resource.
        Returns:
        the requiredMembers value.
      • requiredZoneNames

        public List<String> requiredZoneNames()
        Get the requiredZoneNames property: The list of required DNS zone names of the private link resource.
        Returns:
        the requiredZoneNames value.
      • shareablePrivateLinkResourceTypes

        public List<ShareablePrivateLinkResourceType> shareablePrivateLinkResourceTypes()
        Get the shareablePrivateLinkResourceTypes property: The list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search.
        Returns:
        the shareablePrivateLinkResourceTypes value.
      • validate

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