WebAppsOperationsExtensions.BeginCreateOrUpdateSourceControlSlot Método

Definição

Atualizações a configuração de controle do código-fonte de um aplicativo.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

siteSourceControl
SiteSourceControl

Representação JSON de um objeto SiteSourceControl. Confira o exemplo.

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API atualizará a configuração de controle do código-fonte para o slot de produção.

Retornos

Comentários

Descrição para Atualizações a configuração de controle do código-fonte de um aplicativo.

Aplica-se a