C# 클래스 AccidentalFish.ApplicationSupport.Powershell.SetKeyVaultSecrets

상속: AsyncPSCmdlet
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

프로퍼티 타입 설명
SetSecrets System.Threading.Tasks.Task
SetValueInSecretStoreIfIsSecret System.Threading.Tasks.Task

공개 메소드들

메소드 설명
Run ( ) : void

보호된 메소드들

메소드 설명
ProcessRecordAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
SetSecrets ( ApplicationConfiguration configuration, ISecretStore secretStore ) : System.Threading.Tasks.Task
SetValueInSecretStoreIfIsSecret ( ISecretStore secretStore, ApplicationConfiguration configuration, string key, string value ) : System.Threading.Tasks.Task

메소드 상세

ProcessRecordAsync() 보호된 메소드

protected ProcessRecordAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Run() 공개 메소드

public Run ( ) : void
리턴 void