CacheIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET