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

ResourceModelWithAllowedPropertySetIdentity 构造函数

定义

重载

ResourceModelWithAllowedPropertySetIdentity()

初始化 ResourceModelWithAllowedPropertySetIdentity 类的新实例。

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

初始化 ResourceModelWithAllowedPropertySetIdentity 类的新实例。

ResourceModelWithAllowedPropertySetIdentity()

初始化 ResourceModelWithAllowedPropertySetIdentity 类的新实例。

public ResourceModelWithAllowedPropertySetIdentity ();
Public Sub New ()

适用于

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

初始化 ResourceModelWithAllowedPropertySetIdentity 类的新实例。

public ResourceModelWithAllowedPropertySetIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetIdentity : string * string * Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceIdentityType> -> Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)

参数

principalId
String

资源标识的主体 ID。

tenantId
String

资源的租户 ID。

type
Nullable<ResourceIdentityType>

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

适用于