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

Identity 构造函数

定义

重载

Identity()

初始化 Identity 类的新实例。

Identity(IdentityType, String, String)

初始化 Identity 类的新实例。

Identity()

初始化 Identity 类的新实例。

public Identity ();
Public Sub New ()

适用于

Identity(IdentityType, String, String)

初始化 Identity 类的新实例。

public Identity (Microsoft.Azure.Management.Search.Models.IdentityType type, string principalId = default, string tenantId = default);
new Microsoft.Azure.Management.Search.Models.Identity : Microsoft.Azure.Management.Search.Models.IdentityType * string * string -> Microsoft.Azure.Management.Search.Models.Identity
Public Sub New (type As IdentityType, Optional principalId As String = Nothing, Optional tenantId As String = Nothing)

参数

type
IdentityType

标识类型。 可能的值包括:“None”、“SystemAssigned”

principalId
String

资源标识的主体 ID。

tenantId
String

资源的租户 ID。

适用于