Udostępnij za pośrednictwem


WebAppsOperationsExtensions.BeginCreateOrUpdateSourceControlAsync Metoda

Definicja

Aktualizacje konfiguracji kontroli źródła aplikacji.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> BeginCreateOrUpdateSourceControlAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner siteSourceControl, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateSourceControlAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>
<Extension()>
Public Function BeginCreateOrUpdateSourceControlAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteSourceControlInner)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

siteSourceControl
SiteSourceControlInner

Reprezentacja JSON obiektu SiteSourceControl. Zobacz przykład.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis Aktualizacje konfiguracji kontroli źródła aplikacji.

Dotyczy