你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisCacheAccessPolicyProperties 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
RedisCacheAccessPolicyProperties() |
Initializes a new instance of the RedisCacheAccessPolicyProperties class. |
RedisCacheAccessPolicyProperties(String, String, String) |
Initializes a new instance of the RedisCacheAccessPolicyProperties class. |
RedisCacheAccessPolicyProperties()
Initializes a new instance of the RedisCacheAccessPolicyProperties class.
public RedisCacheAccessPolicyProperties ();
Public Sub New ()
Applies to
RedisCacheAccessPolicyProperties(String, String, String)
Initializes a new instance of the RedisCacheAccessPolicyProperties class.
public RedisCacheAccessPolicyProperties (string permissions, string provisioningState = default, string type = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyProperties : string * string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisCacheAccessPolicyProperties
Public Sub New (permissions As String, Optional provisioningState As String = Nothing, Optional type As String = Nothing)
Parameters
- permissions
- String
Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- provisioningState
- String
Provisioning state of access policy Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed'
- type
- String
Built-In or Custom access policy Possible values include: 'Custom', 'BuiltIn'