RedisEnterpriseCustomerManagedKeyIdentityType Struct
Definition
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.
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
Azure SDK for .NET