Share via


IWebAppBase.GetAuthenticationConfigAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.IWebAppAuthentication> GetAuthenticationConfigAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuthenticationConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.IWebAppAuthentication>
Public Function GetAuthenticationConfigAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IWebAppAuthentication)

Parameters

cancellationToken
CancellationToken

Returns

Applies to