Class CommunicationServiceResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.communication.fluent.models.CommunicationServiceResourceInner
public final class CommunicationServiceResourceInner
extends com.azure.core.management.Resource
A class representing a CommunicationService resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the dataLocation property: The location where the communication service stores its data at rest.hostname()
Get the hostname property: FQDN of the CommunicationService instance.Get the immutableResourceId property: The immutable resource Id of the communication service.Get the linkedDomains property: List of email Domain resource Ids.Get the notificationHubId property: Resource ID of an Azure Notification Hub linked to this resource.Get the provisioningState property: Provisioning state of the resource.void
validate()
Validates the instance.version()
Get the version property: Version of the CommunicationService resource.withDataLocation
(String dataLocation) Set the dataLocation property: The location where the communication service stores its data at rest.withLinkedDomains
(List<String> linkedDomains) Set the linkedDomains property: List of email Domain resource Ids.withLocation
(String location) Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CommunicationServiceResourceInner
public CommunicationServiceResourceInner()
-
-
Method Details
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
provisioningState
Get the provisioningState property: Provisioning state of the resource.- Returns:
- the provisioningState value.
-
hostname
Get the hostname property: FQDN of the CommunicationService instance.- Returns:
- the hostname value.
-
dataLocation
Get the dataLocation property: The location where the communication service stores its data at rest.- Returns:
- the dataLocation value.
-
withDataLocation
Set the dataLocation property: The location where the communication service stores its data at rest.- Parameters:
dataLocation
- the dataLocation value to set.- Returns:
- the CommunicationServiceResourceInner object itself.
-
notificationHubId
Get the notificationHubId property: Resource ID of an Azure Notification Hub linked to this resource.- Returns:
- the notificationHubId value.
-
version
Get the version property: Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.- Returns:
- the version value.
-
immutableResourceId
Get the immutableResourceId property: The immutable resource Id of the communication service.- Returns:
- the immutableResourceId value.
-
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 CommunicationServiceResourceInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-