Delen via


IWithAppSettings<FluentT>.WithAppSettings Methode

Definitie

Hiermee geeft u de app-instellingen voor de web-app op als een kaart.

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

Parameters

settings
IDictionary<String,String>

Een kaart met app-instellingen.

Retouren

Van toepassing op