RedisCacheAccessPolicy 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.
Response to get/put access policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisCacheAccessPolicy : Microsoft.Azure.Management.RedisCache.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisCacheAccessPolicy = class
inherit ProxyResource
Public Class RedisCacheAccessPolicy
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RedisCacheAccessPolicy() |
Initializes a new instance of the RedisCacheAccessPolicy class. |
RedisCacheAccessPolicy(String, String, String, String, String, String) |
Initializes a new instance of the RedisCacheAccessPolicy class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Permissions |
Gets or sets permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites |
PropertiesType |
Gets built-In or Custom access policy Possible values include: 'Custom', 'BuiltIn' |
ProvisioningState |
Gets provisioning state of access policy Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed' |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |