WebSiteManagementClientExtensions.UpdateSourceControlAsync Method

Definition

Updates source control token

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner> UpdateSourceControlAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string sourceControlType, Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner requestMessage, System.Threading.CancellationToken cancellationToken = default);
static member UpdateSourceControlAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>
<Extension()>
Public Function UpdateSourceControlAsync (operations As IWebSiteManagementClient, sourceControlType As String, requestMessage As SourceControlInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SourceControlInner)

Parameters

operations
IWebSiteManagementClient

The operations group for this extension method.

sourceControlType
String

Type of source control

requestMessage
SourceControlInner

Source control token information

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Updates source control token

Applies to