Get Communication Service Result
data class GetCommunicationServiceResult(val azureApiVersion: String, val dataLocation: String, val hostName: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, 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(azureApiVersion: String, dataLocation: String, hostName: String, id: String, identity: ManagedServiceIdentityResponse? = null, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The location where the communication service stores its data at rest.
Link copied to clipboard
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
The immutable resource Id of the communication service.
Link copied to clipboard
List of email Domain resource Ids.
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.