Class EmailServiceProperties
java.lang.Object
com.azure.resourcemanager.communication.fluent.models.EmailServiceProperties
A class that describes the properties of the EmailService.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the dataLocation property: The location where the email service stores its data at rest.Get the provisioningState property: Provisioning state of the resource.void
validate()
Validates the instance.withDataLocation
(String dataLocation) Set the dataLocation property: The location where the email service stores its data at rest.
-
Constructor Details
-
EmailServiceProperties
public EmailServiceProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning state of the resource.- Returns:
- the provisioningState value.
-
dataLocation
Get the dataLocation property: The location where the email service stores its data at rest.- Returns:
- the dataLocation value.
-
withDataLocation
Set the dataLocation property: The location where the email service stores its data at rest.- Parameters:
dataLocation
- the dataLocation value to set.- Returns:
- the EmailServiceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-