Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IRedisEnterpriseCacheIdentity Interface
Definition
- Assembly:
- Az.RedisEnterpriseCache.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.RedisEnterpriseCacheIdentityTypeConverter))]
public interface IRedisEnterpriseCacheIdentity : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.RedisEnterpriseCacheIdentityTypeConverter))>]
type IRedisEnterpriseCacheIdentity = interface
interface IJsonSerializable
Public Interface IRedisEnterpriseCacheIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AccessPolicyAssignmentName |
The name of the Redis Enterprise database access policy assignment. |
| ClusterName |
The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens |
| DatabaseName |
The name of the Redis Enterprise database. |
| Id |
Resource identity path |
| Location |
The name of Azure region. |
| OperationId |
The ID of an ongoing async operation. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection associated with the Azure resource |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
