RedisCacheAccessPolicyAssignment 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 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
- 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. |