共用方式為


IWithAppSettings<FluentT>.WithStickyAppSettings 方法

定義

將 Web 應用程式的應用程式設定指定為地圖。 這些應用程式設定也會在部署位置交換之後交換。

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)

參數

settings
IDictionary<String,String>

應用程式設定的對應。

傳回

適用於