次の方法で共有


UserAssignedManagedIdentity コンストラクター

定義

オーバーロード

UserAssignedManagedIdentity()

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

UserAssignedManagedIdentity(Nullable<Guid>, Nullable<Guid>)

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

UserAssignedManagedIdentity()

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

public UserAssignedManagedIdentity ();
Public Sub New ()

適用対象

UserAssignedManagedIdentity(Nullable<Guid>, Nullable<Guid>)

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

public UserAssignedManagedIdentity (Guid? clientId = default, Guid? principalId = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.UserAssignedManagedIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.VideoAnalyzer.Models.UserAssignedManagedIdentity
Public Sub New (Optional clientId As Nullable(Of Guid) = Nothing, Optional principalId As Nullable(Of Guid) = Nothing)

パラメーター

clientId
Nullable<Guid>

クライアント ID。

principalId
Nullable<Guid>

プリンシパル ID。

適用対象