CommunicationServiceProperties interface
A class that describes the properties of the CommunicationService.
Properties
| data |
The location where the communication service stores its data at rest. |
| disable |
Disable local authentication for the CommunicationService. |
| host |
FQDN of the CommunicationService instance. |
| immutable |
The immutable resource Id of the communication service. |
| linked |
List of email Domain resource Ids. |
| notification |
Resource ID of an Azure Notification Hub linked to this resource. |
| provisioning |
Provisioning state of the resource. |
| public |
Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. |
| version | Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs. |
Property Details
dataLocation
The location where the communication service stores its data at rest.
dataLocation: string
Property Value
string
disableLocalAuth
Disable local authentication for the CommunicationService.
disableLocalAuth?: boolean
Property Value
boolean
hostName
FQDN of the CommunicationService instance.
hostName?: string
Property Value
string
immutableResourceId
The immutable resource Id of the communication service.
immutableResourceId?: string
Property Value
string
linkedDomains
List of email Domain resource Ids.
linkedDomains?: string[]
Property Value
string[]
notificationHubId
Resource ID of an Azure Notification Hub linked to this resource.
notificationHubId?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
publicNetworkAccess
Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'.
publicNetworkAccess?: string
Property Value
string
version
Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.
version?: string
Property Value
string