Delen via


IWithAppSettings<FluentT>.WithStickyAppSettings Methode

Definitie

Hiermee geeft u de app-instellingen voor de web-app op als een kaart. Deze app-instellingen worden ook verwisseld na het wisselen van een implementatiesite.

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)

Parameters

settings
IDictionary<String,String>

Een kaart met app-instellingen.

Retouren

Van toepassing op