次の方法で共有


CacheIdentity コンストラクター

定義

オーバーロード

CacheIdentity()

CacheIdentity クラスの新しいインスタンスを初期化します。

CacheIdentity(String, String, Nullable<CacheIdentityType>)

CacheIdentity クラスの新しいインスタンスを初期化します。

CacheIdentity()

CacheIdentity クラスの新しいインスタンスを初期化します。

public CacheIdentity ();
Public Sub New ()

適用対象

CacheIdentity(String, String, Nullable<CacheIdentityType>)

CacheIdentity クラスの新しいインスタンスを初期化します。

public CacheIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.StorageCache.Models.CacheIdentityType? type = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheIdentity : string * string * Nullable<Microsoft.Azure.Management.StorageCache.Models.CacheIdentityType> -> Microsoft.Azure.Management.StorageCache.Models.CacheIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of CacheIdentityType) = Nothing)

パラメーター

principalId
String

キャッシュのプリンシパル ID。

tenantId
String

キャッシュに関連付けられているテナント ID。

type
Nullable<CacheIdentityType>

キャッシュに使用される ID の種類。 使用可能な値には、'SystemAssigned'、'None' があります。

適用対象