Condividi tramite


IWithAppSettings<FluentT>.WithAppSettings Metodo

Definizione

Specifica le impostazioni dell'app per l'app Web come mappa.

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)

Parametri

settings
IDictionary<String,String>

Mappa delle impostazioni dell'app.

Restituisce

Si applica a