Class PrivateLinkServiceConnection

java.lang.Object
com.azure.resourcemanager.deviceupdate.models.PrivateLinkServiceConnection

public final class PrivateLinkServiceConnection extends Object
Private link service connection details.
  • Constructor Details

    • PrivateLinkServiceConnection

      public PrivateLinkServiceConnection()
  • Method Details

    • name

      public String name()
      Get the name property: Private link service connection name.
      Returns:
      the name value.
    • withName

      public PrivateLinkServiceConnection withName(String name)
      Set the name property: Private link service connection name.
      Parameters:
      name - the name value to set.
      Returns:
      the PrivateLinkServiceConnection object itself.
    • groupIds

      public List<String> groupIds()
      Get the groupIds property: List of group IDs.
      Returns:
      the groupIds value.
    • withGroupIds

      public PrivateLinkServiceConnection withGroupIds(List<String> groupIds)
      Set the groupIds property: List of group IDs.
      Parameters:
      groupIds - the groupIds value to set.
      Returns:
      the PrivateLinkServiceConnection object itself.
    • requestMessage

      public String requestMessage()
      Get the requestMessage property: Request message.
      Returns:
      the requestMessage value.
    • withRequestMessage

      public PrivateLinkServiceConnection withRequestMessage(String requestMessage)
      Set the requestMessage property: Request message.
      Parameters:
      requestMessage - the requestMessage value to set.
      Returns:
      the PrivateLinkServiceConnection object itself.
    • validate

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