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

ServicePrincipalCredentialEntity 类

定义

ServicePrincipalCredential。

public class ServicePrincipalCredentialEntity : Azure.AI.MetricsAdvisor.Administration.DataSourceCredentialEntity
type ServicePrincipalCredentialEntity = class
    inherit DataSourceCredentialEntity
Public Class ServicePrincipalCredentialEntity
Inherits DataSourceCredentialEntity
继承
ServicePrincipalCredentialEntity

注解

若要创建凭据实体,必须将此实例传递给方法 CreateDataSourceCredentialAsync(DataSourceCredentialEntity, CancellationToken)

构造函数

ServicePrincipalCredentialEntity(String, String, String, String)

初始化 ServicePrincipalCredentialEntity 类的新实例。

属性

ClientId

用于身份验证的服务主体的客户端 ID。

CredentialKind

凭据类型。

(继承自 DataSourceCredentialEntity)
Description

DataSourceCredentialEntity的说明。 默认为空字符串。

(继承自 DataSourceCredentialEntity)
Id

DataSourceCredentialEntity的唯一标识符。

(继承自 DataSourceCredentialEntity)
Name

要显示在 Web 门户上的自定义 DataSourceCredentialEntity 名称。 数据馈送名称在同一个 Metris 顾问资源中必须是唯一的。

(继承自 DataSourceCredentialEntity)
TenantId

用于身份验证的服务主体的租户 ID。

方法

UpdateClientSecret(String)

汇报客户端密码。

适用于