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

IdentityInfo 构造函数

定义

重载

IdentityInfo()

初始化 IdentityInfo 类的新实例。

IdentityInfo(Nullable<Boolean>, String)

初始化 IdentityInfo 类的新实例。

IdentityInfo()

初始化 IdentityInfo 类的新实例。

public IdentityInfo ();
Public Sub New ()

适用于

IdentityInfo(Nullable<Boolean>, String)

初始化 IdentityInfo 类的新实例。

public IdentityInfo (bool? isSystemAssignedIdentity = default, string managedIdentityResourceId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityInfo : Nullable<bool> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityInfo
Public Sub New (Optional isSystemAssignedIdentity As Nullable(Of Boolean) = Nothing, Optional managedIdentityResourceId As String = Nothing)

参数

isSystemAssignedIdentity
Nullable<Boolean>

区分托管标识是系统分配还是用户分配

managedIdentityResourceId
String

托管标识资源 ID 可选:对于系统分配的托管标识,可能不需要

适用于