Megosztás a következőn keresztül:


RedisEnterpriseCacheIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.RedisEnterpriseCacheIdentityTypeConverter))]
public class RedisEnterpriseCacheIdentity : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.RedisEnterpriseCacheIdentityTypeConverter))>]
type RedisEnterpriseCacheIdentity = class
    interface IRedisEnterpriseCacheIdentity
    interface IJsonSerializable
Public Class RedisEnterpriseCacheIdentity
Implements IRedisEnterpriseCacheIdentity
Inheritance
RedisEnterpriseCacheIdentity
Attributes
Implements

Constructors

RedisEnterpriseCacheIdentity()

Creates an new RedisEnterpriseCacheIdentity instance.

Properties

ClusterName

The name of the RedisEnterprise cluster.

DatabaseName

The name of the 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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RedisEnterpriseCacheIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RedisEnterpriseCacheIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity.

FromJsonString(String)

Creates a new instance of RedisEnterpriseCacheIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RedisEnterpriseCacheIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to