Class CommunicationServiceUpdateProperties

java.lang.Object
com.azure.resourcemanager.communication.fluent.models.CommunicationServiceUpdateProperties

public final class CommunicationServiceUpdateProperties extends Object
A class that describes the properties that can be updated for CommunicationService resource.
  • Constructor Details

    • CommunicationServiceUpdateProperties

      public CommunicationServiceUpdateProperties()
  • Method Details

    • linkedDomains

      public List<String> linkedDomains()
      Get the linkedDomains property: List of email Domain resource Ids.
      Returns:
      the linkedDomains value.
    • withLinkedDomains

      public CommunicationServiceUpdateProperties withLinkedDomains(List<String> linkedDomains)
      Set the linkedDomains property: List of email Domain resource Ids.
      Parameters:
      linkedDomains - the linkedDomains value to set.
      Returns:
      the CommunicationServiceUpdateProperties object itself.
    • validate

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