你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Client interface

客户端资源。

Extends

属性

attributes

客户端的属性。 支持的值为 int、bool、string、string[]。 示例: “attributes”: { “room”: “345”, “floor”: 12, “deviceTypes”: [“Fan”, “Light”] }

authenticationName

客户端提供用于身份验证的名称。 默认值为资源的名称。

clientCertificateAuthentication

客户端证书身份验证信息。

description

客户端资源的说明。

provisioningState

客户端资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

state

指示客户端是否已启用。 默认值为 Enabled。

systemData

与客户端资源相关的系统元数据。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

id

资源的完全限定标识符。 注意:此属性不会序列化。 它只能由服务器填充。

name

资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

attributes

客户端的属性。 支持的值为 int、bool、string、string[]。 示例: “attributes”: { “room”: “345”, “floor”: 12, “deviceTypes”: [“Fan”, “Light”] }

attributes?: {[propertyName: string]: any}

属性值

{[propertyName: string]: any}

authenticationName

客户端提供用于身份验证的名称。 默认值为资源的名称。

authenticationName?: string

属性值

string

clientCertificateAuthentication

客户端证书身份验证信息。

clientCertificateAuthentication?: ClientCertificateAuthentication

属性值

description

客户端资源的说明。

description?: string

属性值

string

provisioningState

客户端资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

state

指示客户端是否已启用。 默认值为 Enabled。

state?: string

属性值

string

systemData

与客户端资源相关的系统元数据。 注意:此属性不会序列化。 它只能由服务器填充。

systemData?: SystemData

属性值

继承属性详细信息

id

资源的完全限定标识符。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自Resource.id

name

资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自Resource.name

type

资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自Resource.type