你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomerEntity interface
表示 ConnectedCache 资源的客户资源的模型
属性
client |
订阅的客户资源客户端租户 ID。 |
contact |
客户资源联系人电子邮件。 |
contact |
客户资源联系人全名。 |
contact |
客户资源联系人电话。 |
create |
客户资源创建异步操作 ID。 |
customer |
客户资源 Guid ID。 |
customer |
客户资源名称。 |
delete |
客户资源删除异步操作 ID。 |
fully |
客户资源 Azure 完全限定的资源 ID。 |
is |
企业管理的客户资源标志为布尔值。 |
is |
客户资源权利标志为布尔值。 |
last |
客户资源上次 Azure 同步时间戳。 |
release |
客户资源 Mcc 发布版本。 |
resend |
用于将注册代码重新发送为布尔的客户资源标志。 |
should |
用于迁移的客户资源标志。 |
synch |
客户资源同步尝试。 |
verify |
要求将注册代码验证为布尔值的客户资源标志。 |
verify |
用于验证注册的客户资源短语。 |
属性详细信息
clientTenantId
订阅的客户资源客户端租户 ID。
clientTenantId?: string
属性值
string
contactEmail
客户资源联系人电子邮件。
contactEmail?: string
属性值
string
contactName
客户资源联系人全名。
contactName?: string
属性值
string
contactPhone
客户资源联系人电话。
contactPhone?: string
属性值
string
createAsyncOperationId
客户资源创建异步操作 ID。
createAsyncOperationId?: string
属性值
string
customerId
客户资源 Guid ID。
customerId?: string
属性值
string
customerName
客户资源名称。
customerName?: string
属性值
string
deleteAsyncOperationId
客户资源删除异步操作 ID。
deleteAsyncOperationId?: string
属性值
string
fullyQualifiedResourceId
客户资源 Azure 完全限定的资源 ID。
fullyQualifiedResourceId?: string
属性值
string
isEnterpriseManaged
企业管理的客户资源标志为布尔值。
isEnterpriseManaged?: boolean
属性值
boolean
isEntitled
客户资源权利标志为布尔值。
isEntitled?: boolean
属性值
boolean
lastSyncWithAzureTimestamp
客户资源上次 Azure 同步时间戳。
lastSyncWithAzureTimestamp?: Date
属性值
Date
releaseVersion
客户资源 Mcc 发布版本。
releaseVersion?: number
属性值
number
resendSignupCode
用于将注册代码重新发送为布尔的客户资源标志。
resendSignupCode?: boolean
属性值
boolean
shouldMigrate
用于迁移的客户资源标志。
shouldMigrate?: boolean
属性值
boolean
synchWithAzureAttemptsCount
客户资源同步尝试。
synchWithAzureAttemptsCount?: number
属性值
number
verifySignupCode
要求将注册代码验证为布尔值的客户资源标志。
verifySignupCode?: boolean
属性值
boolean
verifySignupPhrase
用于验证注册的客户资源短语。
verifySignupPhrase?: string
属性值
string