Condividi tramite


IWithAuthenticationProvider<ParentT>.WithMicrosoft Metodo

Definizione

Specifica il provider per essere Microsoft e il relativo ID client e segreto client.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT> WithMicrosoft(string clientId, string clientSecret);
abstract member WithMicrosoft : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithMicrosoft (clientId As String, clientSecret As String) As IWithAttach(Of ParentT)

Parametri

clientId
String

ID client dell'app Microsoft.

clientSecret
String

Segreto client dell'app Microsoft.

Restituisce

Si applica a