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


ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity Class

Definition

All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.

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

Constructors

ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity()

Creates an new ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity instance.

Properties

IdentityType

Only userAssignedIdentity is supported in this API version; other types may be supported in the future

UserAssignedIdentityResourceId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to