Freigeben über


WebAppsOperationsExtensions.CreateOrUpdateSourceControl Methode

Definition

Updates die Quellcodeverwaltungskonfiguration einer App.

public static Microsoft.Azure.Management.WebSites.Models.SiteSourceControl CreateOrUpdateSourceControl (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.SiteSourceControl siteSourceControl);
static member CreateOrUpdateSourceControl : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SiteSourceControl -> Microsoft.Azure.Management.WebSites.Models.SiteSourceControl
<Extension()>
Public Function CreateOrUpdateSourceControl (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteSourceControl As SiteSourceControl) As SiteSourceControl

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

siteSourceControl
SiteSourceControl

JSON-Darstellung eines SiteSourceControl-Objekts. Weitere Informationen sind im Beispiel enthalten.

Gibt zurück

Hinweise

Beschreibung für Updates der Quellcodeverwaltungskonfiguration einer App.

Gilt für: