Class CommunicationServiceUpdateProperties
java.lang.Object
com.azure.resourcemanager.communication.fluent.models.CommunicationServiceUpdateProperties
A class that describes the properties that can be updated for CommunicationService resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the linkedDomains property: List of email Domain resource Ids.void
validate()
Validates the instance.withLinkedDomains
(List<String> linkedDomains) Set the linkedDomains property: List of email Domain resource Ids.
-
Constructor Details
-
CommunicationServiceUpdateProperties
public CommunicationServiceUpdateProperties()
-
-
Method Details
-
linkedDomains
Get the linkedDomains property: List of email Domain resource Ids.- Returns:
- the linkedDomains value.
-
withLinkedDomains
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.
-