C# Class AccidentalFish.ApplicationSupport.Powershell.SetKeyVaultSecrets

Inheritance: AsyncPSCmdlet
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

Свойство Type Description
SetSecrets System.Threading.Tasks.Task
SetValueInSecretStoreIfIsSecret System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
Run ( ) : void

Méthodes protégées

Méthode Description
ProcessRecordAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode 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 méthode

protected ProcessRecordAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Run() public méthode

public Run ( ) : void
Résultat void