Freigeben über


ServicePrincipalSecretAuthInfo(String, Guid, String) Konstruktor

Definition

Initialisiert eine neue instance von ServicePrincipalSecretAuthInfo.

public ServicePrincipalSecretAuthInfo (string clientId, Guid principalId, string secret);
new Azure.ResourceManager.ServiceLinker.Models.ServicePrincipalSecretAuthInfo : string * Guid * string -> Azure.ResourceManager.ServiceLinker.Models.ServicePrincipalSecretAuthInfo
Public Sub New (clientId As String, principalId As Guid, secret As String)

Parameter

clientId
String

ServicePrincipal-AnwendungsclientId für die servicePrincipal-Authentifizierung.

principalId
Guid

Prinzipal-ID für die servicePrincipal-Authentifizierung.

secret
String

Secret for servicePrincipal-Authentifizierung.

Ausnahmen

clientId oder secret ist NULL.

Gilt für: