GetCommunicationServiceResult

data class GetCommunicationServiceResult(val dataLocation: String, val hostName: String, val id: String, val immutableResourceId: String, val location: String? = null, 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, location: String? = null, 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. Ex - /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 location: String? = null

The Azure location where the CommunicationService is running.

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

Metadata pertaining to creation and last modification of the resource.

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

Tags of the service which is a list of key value pairs that describe the resource.

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.