次の方法で共有


ArmSqlModelFactory.DatabaseIdentity メソッド

定義

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

public static Azure.ResourceManager.Sql.Models.DatabaseIdentity DatabaseIdentity (Azure.ResourceManager.Sql.Models.DatabaseIdentityType? identityType = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member DatabaseIdentity : Nullable<Azure.ResourceManager.Sql.Models.DatabaseIdentityType> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.Sql.Models.DatabaseIdentity
Public Shared Function DatabaseIdentity (Optional identityType As Nullable(Of DatabaseIdentityType) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As DatabaseIdentity

パラメーター

identityType
Nullable<DatabaseIdentityType>

ID の種類。

tenantId
Nullable<Guid>

Azure Active Directory テナント ID。

userAssignedIdentities
IDictionary<String,UserAssignedIdentity>

使用するユーザー割り当て ID のリソース ID。

戻り値

モック作成用の新しい DatabaseIdentity インスタンス。

適用対象