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

IRedisEnterpriseCacheIdentity Interface

Definition

[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

AccessPolicyAssignmentName

The name of the Redis Enterprise database access policy assignment.

ClusterName

The name of the Redis Enterprise cluster.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to