Class PrivateLinkResourceProperties

java.lang.Object
com.azure.resourcemanager.purview.models.PrivateLinkResourceProperties

public final class PrivateLinkResourceProperties extends Object
A privately linkable resource properties.
  • Constructor Details

    • PrivateLinkResourceProperties

      public PrivateLinkResourceProperties()
      Creates an instance of PrivateLinkResourceProperties class.
  • Method Details

    • groupId

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

      public List<String> requiredMembers()
      Get the requiredMembers property: This translates to how many Private IPs should be created for each privately linkable resource.
      Returns:
      the requiredMembers value.
    • requiredZoneNames

      public List<String> requiredZoneNames()
      Get the requiredZoneNames property: The required zone names for private link resource.
      Returns:
      the requiredZoneNames value.
    • validate

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