你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommunicationServiceResource interface
表示 CommunicationService 资源的类。
- Extends
属性
data |
通信服务存储其静态数据的位置。 |
host |
CommunicationService 实例的 FQDN。 注意:此属性不会被序列化。 它只能由服务器填充。 |
identity | 托管服务标识 (系统分配的标识和/或用户分配的标识) |
immutable |
通信服务的不可变资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
linked |
电子邮件域资源 ID 的列表。 |
notification |
链接到此资源的 Azure 通知中心的资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
provisioning |
资源的预配状态。 注意:此属性不会被序列化。 它只能由服务器填充。 |
version | CommunicationService 资源的版本。 可能需要相同或更高版本的客户端 SDK。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
id | 资源的完全限定的资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会被序列化。 它只能由服务器填充。 |
location | 资源所在的地理位置 |
name | 资源的名称 注意:此属性不会被序列化。 它只能由服务器填充。 |
system |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tags | 资源标记。 |
type | 资源类型。 例如,“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
dataLocation
通信服务存储其静态数据的位置。
dataLocation?: string
属性值
string
hostName
CommunicationService 实例的 FQDN。 注意:此属性不会被序列化。 它只能由服务器填充。
hostName?: string
属性值
string
identity
immutableResourceId
通信服务的不可变资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
immutableResourceId?: string
属性值
string
linkedDomains
电子邮件域资源 ID 的列表。
linkedDomains?: string[]
属性值
string[]
notificationHubId
链接到此资源的 Azure 通知中心的资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
notificationHubId?: string
属性值
string
provisioningState
资源的预配状态。 注意:此属性不会被序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
version
CommunicationService 资源的版本。 可能需要相同或更高版本的客户端 SDK。 注意:此属性不会序列化。 它只能由服务器填充。
version?: string
属性值
string
继承属性详细信息
id
资源的完全限定的资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会被序列化。 它只能由服务器填充。
id?: string
属性值
string
location
name
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会被序列化。 它只能由服务器填充。
systemData?: SystemData
属性值
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
资源类型。 例如,“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会被序列化。 它只能由服务器填充。
type?: string
属性值
string