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

ServicePrincipalProperties Class

Definition

Details of the service principal.

public class ServicePrincipalProperties
type ServicePrincipalProperties = class
Public Class ServicePrincipalProperties
Inheritance
ServicePrincipalProperties

Constructors

ServicePrincipalProperties()

Initializes a new instance of the ServicePrincipalProperties class.

ServicePrincipalProperties(String, String)

Initializes a new instance of the ServicePrincipalProperties class.

Properties

ApplicationId

Gets or sets application ID of service principal.

Secret

Gets or sets a secret string that the application uses to prove its identity, also can be referred to as application password (write only).

Applies to