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