C# 클래스 Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddKey ( Key item ) : void
GetEnumerator ( ) : IEnumerator
GetFunctionKey ( string name ) : Key
Refresh ( IKeyValueConverterFactory factory ) : ScriptSecrets
RemoveKey ( Key item ) : bool

보호된 메소드들

메소드 설명
ScriptSecrets ( ) : System

메소드 상세

AddKey() 공개 메소드

public AddKey ( Key item ) : void
item Key
리턴 void

GetEnumerator() 공개 추상적인 메소드

public abstract GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetFunctionKey() 공개 메소드

public GetFunctionKey ( string name ) : Key
name string
리턴 Key

Refresh() 공개 추상적인 메소드

public abstract Refresh ( IKeyValueConverterFactory factory ) : ScriptSecrets
factory IKeyValueConverterFactory
리턴 ScriptSecrets

RemoveKey() 공개 메소드

public RemoveKey ( Key item ) : bool
item Key
리턴 bool

ScriptSecrets() 보호된 메소드

protected ScriptSecrets ( ) : System
리턴 System