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

PrivateCloudIdentity 类

定义

虚拟机的标识。

public class PrivateCloudIdentity
type PrivateCloudIdentity = class
Public Class PrivateCloudIdentity
继承
PrivateCloudIdentity

构造函数

PrivateCloudIdentity()

初始化 PrivateCloudIdentity 类的新实例。

PrivateCloudIdentity(String, String, String)

初始化 PrivateCloudIdentity 类的新实例。

属性

PrincipalId

获取私有云标识的主体 ID。 仅为系统分配的标识提供此属性。

TenantId

获取与私有云关联的租户 ID。 仅为系统分配的标识提供此属性。

Type

获取或设置用于私有云的标识类型。 类型“SystemAssigned”是指隐式创建的标识。 类型“None”将从私有云中删除任何标识。 可能的值包括:“SystemAssigned”、“None”

适用于