IWithSiteConfigs<FluentT>.WithAutoSwapSlotName(String) Método

Definição

Especifica o nome do slot a ser trocado automaticamente quando uma implantação é concluída neste slot de aplicativo Web/implantação.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithAutoSwapSlotName (string slotName);
abstract member WithAutoSwapSlotName : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithAutoSwapSlotName (slotName As String) As IWithCreate(Of FluentT)

Parâmetros

slotName
String

O nome do slot, ou "production", para troca automática.

Retornos

Aplica-se a