Compartir a través de


RedisCacheAccessPolicy Constructors

Definition

Overloads

RedisCacheAccessPolicy()

Initializes a new instance of the RedisCacheAccessPolicy class.

RedisCacheAccessPolicy(String, String, String, String, String, String)

Initializes a new instance of the RedisCacheAccessPolicy class.

RedisCacheAccessPolicy()

Initializes a new instance of the RedisCacheAccessPolicy class.

public RedisCacheAccessPolicy ();
Public Sub New ()

Applies to

RedisCacheAccessPolicy(String, String, String, String, String, String)

Initializes a new instance of the RedisCacheAccessPolicy class.

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

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

provisioningState
String

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

propertiesType
String

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

permissions
String

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

Applies to