Share via


RedisEnterpriseCustomerManagedKeyIdentityType Struct

Definition

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

public readonly struct RedisEnterpriseCustomerManagedKeyIdentityType : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyIdentityType>
type RedisEnterpriseCustomerManagedKeyIdentityType = struct
Public Structure RedisEnterpriseCustomerManagedKeyIdentityType
Implements IEquatable(Of RedisEnterpriseCustomerManagedKeyIdentityType)
Inheritance
RedisEnterpriseCustomerManagedKeyIdentityType
Implements

Constructors

RedisEnterpriseCustomerManagedKeyIdentityType(String)

Initializes a new instance of RedisEnterpriseCustomerManagedKeyIdentityType.

Properties

SystemAssignedIdentity

systemAssignedIdentity.

UserAssignedIdentity

userAssignedIdentity.

Methods

Equals(RedisEnterpriseCustomerManagedKeyIdentityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RedisEnterpriseCustomerManagedKeyIdentityType, RedisEnterpriseCustomerManagedKeyIdentityType)

Determines if two RedisEnterpriseCustomerManagedKeyIdentityType values are the same.

Implicit(String to RedisEnterpriseCustomerManagedKeyIdentityType)

Converts a string to a RedisEnterpriseCustomerManagedKeyIdentityType.

Inequality(RedisEnterpriseCustomerManagedKeyIdentityType, RedisEnterpriseCustomerManagedKeyIdentityType)

Determines if two RedisEnterpriseCustomerManagedKeyIdentityType values are not the same.

Applies to