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. |