次の方法で共有


RedisEnterpriseCustomerManagedKeyIdentityType 構造体

定義

この API バージョンでは userAssignedIdentity のみがサポートされています。他の型は今後サポートされる可能性があります。

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

コンストラクター

RedisEnterpriseCustomerManagedKeyIdentityType(String)

RedisEnterpriseCustomerManagedKeyIdentityType の新しいインスタンスを初期化します。

プロパティ

SystemAssignedIdentity

systemAssignedIdentity。

UserAssignedIdentity

userAssignedIdentity。

メソッド

Equals(RedisEnterpriseCustomerManagedKeyIdentityType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RedisEnterpriseCustomerManagedKeyIdentityType, RedisEnterpriseCustomerManagedKeyIdentityType)

2 つの RedisEnterpriseCustomerManagedKeyIdentityType 値が同じかどうかを判断します。

Implicit(String to RedisEnterpriseCustomerManagedKeyIdentityType)

文字列を RedisEnterpriseCustomerManagedKeyIdentityType に変換します。

Inequality(RedisEnterpriseCustomerManagedKeyIdentityType, RedisEnterpriseCustomerManagedKeyIdentityType)

2 つの RedisEnterpriseCustomerManagedKeyIdentityType 値が同じでないかどうかを判断します。

適用対象