Class PrivateLinkResourcesProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.PrivateLinkResourcesProperties

public final class PrivateLinkResourcesProperties extends Object
Private Link Resources Properties.
  • Constructor Details

    • PrivateLinkResourcesProperties

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

    • groupId

      public String groupId()
      Get the groupId property: The Private link resources GroupId.
      Returns:
      the groupId value.
    • requiredMembers

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

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

      public ResourceProvisioningState provisioningState()
      Get the provisioningState property: The provisioned state of the resource.
      Returns:
      the provisioningState value.
    • validate

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