共用方式為


IWithAuthenticationProvider<ParentT>.WithMicrosoft 方法

定義

指定要成為 Microsoft 的提供者及其用戶端識別碼和用戶端密碼。

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

參數

clientId
String

Microsoft 應用程式的用戶端識別碼。

clientSecret
String

Microsoft 應用程式的用戶端密碼。

傳回

適用於