共用方式為


IWithAppSettings<FluentT>.WithStickyAppSettings 方法

定義

將 Web 應用程式的應用程式設定指定為地圖。 這些應用程式設定會在交換期間保留在位置。

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

參數

settings
IDictionary<String,String>

應用程式設定的對應。

傳回

適用於