次の方法で共有


RedisCacheAccessPolicyProperties Constructors

Definition

Overloads

RedisCacheAccessPolicyProperties()

Initializes a new instance of the RedisCacheAccessPolicyProperties class.

RedisCacheAccessPolicyProperties(String, String, String)

Initializes a new instance of the RedisCacheAccessPolicyProperties class.

RedisCacheAccessPolicyProperties()

Initializes a new instance of the RedisCacheAccessPolicyProperties class.

public RedisCacheAccessPolicyProperties ();
Public Sub New ()

Applies to

RedisCacheAccessPolicyProperties(String, String, String)

Initializes a new instance of the RedisCacheAccessPolicyProperties class.

public RedisCacheAccessPolicyProperties (string permissions, string provisioningState = default, string type = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyProperties : string * string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyProperties
Public Sub New (permissions As String, Optional provisioningState As String = Nothing, Optional type As String = Nothing)

Parameters

permissions
String

Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites

provisioningState
String

Provisioning state of access policy Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed'

type
String

Built-In or Custom access policy Possible values include: 'Custom', 'BuiltIn'

Applies to