你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisCacheAccessPolicyAssignment Constructors

Definition

Overloads

RedisCacheAccessPolicyAssignment()

Initializes a new instance of the RedisCacheAccessPolicyAssignment class.

RedisCacheAccessPolicyAssignment(String, String, String, String, String, String, String)

Initializes a new instance of the RedisCacheAccessPolicyAssignment class.

RedisCacheAccessPolicyAssignment()

Initializes a new instance of the RedisCacheAccessPolicyAssignment class.

public RedisCacheAccessPolicyAssignment ();
Public Sub New ()

Applies to

RedisCacheAccessPolicyAssignment(String, String, String, String, String, String, String)

Initializes a new instance of the RedisCacheAccessPolicyAssignment class.

public RedisCacheAccessPolicyAssignment (string id = default, string name = default, string type = default, string provisioningState = default, string objectId = default, string objectIdAlias = default, string accessPolicyName = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyAssignment : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyAssignment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional objectId As String = Nothing, Optional objectIdAlias As String = Nothing, Optional accessPolicyName 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 an access policy assignment set Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed'

objectId
String

Object Id to assign access policy to

objectIdAlias
String

User friendly name for object id. Also represents username for token based authentication

accessPolicyName
String

The name of the access policy that is being assigned

Applies to