WebSiteManagementClientExtensions.ListSourceControlsAsync(IWebSiteManagementClient, CancellationToken) Method
Definition
Gets the source controls available for Azure websites.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>> ListSourceControlsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, System.Threading.CancellationToken cancellationToken = null);
static member ListSourceControlsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>>
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<SourceControlInner>>
Remarks
Gets the source controls available for Azure websites.