IWebAppBase.GetSourceControlAsync(CancellationToken) Method

Definition

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

Parameters

cancellationToken
CancellationToken

Returns

Applies to