C# Class Microsoft.Azure.WebJobs.Script.Tests.TestScopedSettings

Inheritance: IDisposable
Afficher le fichier Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TestScopedSettings ( ScriptSettingsManager settingsManager, string>.IDictionary variables ) : System
TestScopedSettings ( ScriptSettingsManager settingsManager, string name, string value ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ClearVariables ( ) : void
SetVariables ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TestScopedSettings() public méthode

public TestScopedSettings ( ScriptSettingsManager settingsManager, string>.IDictionary variables ) : System
settingsManager Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager
variables string>.IDictionary
Résultat System

TestScopedSettings() public méthode

public TestScopedSettings ( ScriptSettingsManager settingsManager, string name, string value ) : System
settingsManager Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager
name string
value string
Résultat System