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

CacheIdentity 类

定义

缓存标识属性。

public class CacheIdentity
type CacheIdentity = class
Public Class CacheIdentity
继承
CacheIdentity

构造函数

CacheIdentity()

初始化 CacheIdentity 类的新实例。

CacheIdentity(String, String, Nullable<CacheIdentityType>)

初始化 CacheIdentity 类的新实例。

属性

PrincipalId

获取缓存的主体 ID。

TenantId

获取与缓存关联的租户 ID。

Type

获取或设置用于缓存的标识类型。 可能的值包括:“SystemAssigned”、“None”

适用于