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

ServicePrincipalProperties Constructors

Definition

Overloads

ServicePrincipalProperties()

Initializes a new instance of the ServicePrincipalProperties class.

ServicePrincipalProperties(String, String)

Initializes a new instance of the ServicePrincipalProperties class.

ServicePrincipalProperties()

Initializes a new instance of the ServicePrincipalProperties class.

public ServicePrincipalProperties ();
Public Sub New ()

Applies to

ServicePrincipalProperties(String, String)

Initializes a new instance of the ServicePrincipalProperties class.

public ServicePrincipalProperties (string applicationId = default, string secret = default);
new Microsoft.Azure.Management.Security.Models.ServicePrincipalProperties : string * string -> Microsoft.Azure.Management.Security.Models.ServicePrincipalProperties
Public Sub New (Optional applicationId As String = Nothing, Optional secret As String = Nothing)

Parameters

applicationId
String

Application ID of service principal.

secret
String

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

Applies to