MediaServiceIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MediaServiceIdentity() |
MediaServiceIdentity クラスの新しいインスタンスを初期化します。 |
MediaServiceIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserAssignedManagedIdentity>) |
MediaServiceIdentity クラスの新しいインスタンスを初期化します。 |
MediaServiceIdentity()
MediaServiceIdentity クラスの新しいインスタンスを初期化します。
public MediaServiceIdentity ();
Public Sub New ()
適用対象
MediaServiceIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserAssignedManagedIdentity>)
MediaServiceIdentity クラスの新しいインスタンスを初期化します。
public MediaServiceIdentity (string type, Guid? principalId = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Media.Models.UserAssignedManagedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.Media.Models.MediaServiceIdentity : string * Nullable<Guid> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Media.Models.UserAssignedManagedIdentity> -> Microsoft.Azure.Management.Media.Models.MediaServiceIdentity
Public Sub New (type As String, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedManagedIdentity) = Nothing)
パラメーター
- type
- String
ID の種類。
- userAssignedIdentities
- IDictionary<String,UserAssignedManagedIdentity>
ユーザー割り当てマネージド ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET