Sdílet prostřednictvím


IWithAppSettings<FluentT>.WithStickyAppSettings Metoda

Definice

Určuje nastavení aplikace pro webovou aplikaci jako mapu. Tato nastavení aplikace se prohodí také po prohození slotu nasazení.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithStickyAppSettings (System.Collections.Generic.IDictionary<string,string> settings);
abstract member WithStickyAppSettings : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithStickyAppSettings (settings As IDictionary(Of String, String)) As IWithCreate(Of FluentT)

Parametry

settings
IDictionary<String,String>

Mapa nastavení aplikace.

Návraty

Platí pro