你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Media.Models.UserAssignedManagedIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.Media.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。

适用于