你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisCacheAccessPolicyProperties 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.
All properties of an access policy.
public class RedisCacheAccessPolicyProperties
type RedisCacheAccessPolicyProperties = class
Public Class RedisCacheAccessPolicyProperties
- Inheritance
-
RedisCacheAccessPolicyProperties
Constructors
RedisCacheAccessPolicyProperties() |
Initializes a new instance of the RedisCacheAccessPolicyProperties class. |
RedisCacheAccessPolicyProperties(String, String, String) |
Initializes a new instance of the RedisCacheAccessPolicyProperties class. |
Properties
Permissions |
Gets or sets permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites |
ProvisioningState |
Gets provisioning state of access policy Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed' |
Type |
Gets built-In or Custom access policy Possible values include: 'Custom', 'BuiltIn' |
Methods
Validate() |
Validate the object. |