CacheIdentity Class

Definition

Cache identity properties.

public class CacheIdentity
type CacheIdentity = class
Public Class CacheIdentity
Inheritance
CacheIdentity

Constructors

CacheIdentity()

Initializes a new instance of the CacheIdentity class.

CacheIdentity(String, String, Nullable<CacheIdentityType>)

Initializes a new instance of the CacheIdentity class.

Properties

PrincipalId

Gets the principal id of the cache.

TenantId

Gets the tenant id associated with the cache.

Type

Gets or sets the type of identity used for the cache. Possible values include: 'SystemAssigned', 'None'

Applies to