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

RedisCacheAccessPolicyAssignment Class

Definition

Response to an operation on access policy assignment

[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisCacheAccessPolicyAssignment : Microsoft.Azure.Management.RedisCache.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisCacheAccessPolicyAssignment = class
    inherit ProxyResource
Public Class RedisCacheAccessPolicyAssignment
Inherits ProxyResource
Inheritance
RedisCacheAccessPolicyAssignment
Attributes

Constructors

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.

Properties

AccessPolicyName

Gets or sets the name of the access policy that is being assigned

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)
ObjectId

Gets or sets object Id to assign access policy to

ObjectIdAlias

Gets or sets user friendly name for object id. Also represents username for token based authentication

ProvisioningState

Gets provisioning state of an access policy assignment set 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)

Methods

Validate()

Validate the object.

Applies to