次の方法で共有


MediaServiceIdentity コンストラクター

定義

オーバーロード

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 の種類。

principalId
Nullable<Guid>

ID のプリンシパル ID。

tenantId
Nullable<Guid>

ID のテナント ID。

userAssignedIdentities
IDictionary<String,UserAssignedManagedIdentity>

ユーザー割り当てマネージド ID。

適用対象