C# Class AccidentalFish.ApplicationSupport.Powershell.SetKeyVaultSecrets

Inheritance: AsyncPSCmdlet
Datei anzeigen Open project: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

Property Type Description
SetSecrets System.Threading.Tasks.Task
SetValueInSecretStoreIfIsSecret System.Threading.Tasks.Task

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
ProcessRecordAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
SetSecrets ( ApplicationConfiguration configuration, ISecretStore secretStore ) : System.Threading.Tasks.Task
SetValueInSecretStoreIfIsSecret ( ISecretStore secretStore, ApplicationConfiguration configuration, string key, string value ) : System.Threading.Tasks.Task

Method Details

ProcessRecordAsync() protected method

protected ProcessRecordAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Run() public method

public Run ( ) : void
return void