Udostępnij za pośrednictwem


WebAppsOperationsExtensions.CreateOrUpdateSourceControlAsync Metoda

Definicja

Aktualizacje konfiguracji kontroli źródła aplikacji.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> CreateOrUpdateSourceControlAsync (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 CreateOrUpdateSourceControlAsync : 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 CreateOrUpdateSourceControlAsync (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 obiektu SiteSourceControl w formacie JSON. Zobacz przykład.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

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

Dotyczy