ArmSqlModelFactory.DatabaseIdentity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の種類。
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
使用するユーザー割り当て ID のリソース ID。
戻り値
モック作成用の新しい DatabaseIdentity インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET