Compartilhar via


WebAppsOperationsExtensions.ApplySlotConfigurationSlot Método

Definição

Aplica as definições de configuração do slot de destino ao slot atual.

public static void ApplySlotConfigurationSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity, string slot);
static member ApplySlotConfigurationSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity * string -> unit
<Extension()>
Public Sub ApplySlotConfigurationSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, slot As String)

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.

slotSwapEntity
CsmSlotEntity

Objeto JSON que contém o nome do slot de destino. Confira o exemplo.

slot
String

Nome do slot de origem. Se um slot não for especificado, o slot de produção será usado como o slot de origem.

Comentários

Descrição de Aplica as definições de configuração do slot de destino ao slot atual.

Aplica-se a