GetCommunicationServiceResult

data class GetCommunicationServiceResult(val dataLocation: String, val hostName: String, val id: String, val immutableResourceId: String, val linkedDomains: List<String>? = null, val location: String, val name: String, val notificationHubId: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String)

A class representing a CommunicationService resource.

Constructors

Link copied to clipboard
constructor(dataLocation: String, hostName: String, id: String, immutableResourceId: String, linkedDomains: List<String>? = null, location: String, name: String, notificationHubId: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location where the communication service stores its data at rest.

Link copied to clipboard

FQDN of the CommunicationService instance.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The immutable resource Id of the communication service.

Link copied to clipboard
val linkedDomains: List<String>? = null

List of email Domain resource Ids.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Resource ID of an Azure Notification Hub linked to this resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.