SecretManager.PurgeOldSecretsAsync(String, TraceWriter, ILogger) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task PurgeOldSecretsAsync(string rootScriptPath, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter, Microsoft.Extensions.Logging.ILogger logger);
abstract member PurgeOldSecretsAsync : string * Microsoft.Azure.WebJobs.Host.TraceWriter * Microsoft.Extensions.Logging.ILogger -> System.Threading.Tasks.Task
override this.PurgeOldSecretsAsync : string * Microsoft.Azure.WebJobs.Host.TraceWriter * Microsoft.Extensions.Logging.ILogger -> System.Threading.Tasks.Task
Public Function PurgeOldSecretsAsync (rootScriptPath As String, traceWriter As TraceWriter, logger As ILogger) As Task
Parameters
- rootScriptPath
- String
- traceWriter
- Microsoft.Azure.WebJobs.Host.TraceWriter
- logger
- ILogger