C# 클래스 DD.CBU.CaasDeploy.Library.Macros.ImageMacro

The server image marco resolves server image identifiers by name.
상속: IMacro
파일 보기 프로젝트 열기: DimensionDataCBUSydney/CaaSDeploy 1 사용 예제들

공개 메소드들

메소드 설명
SubstituteTokensInString ( DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext runtimeContext, DD.CBU.CaasDeploy.Library.Contracts.TaskContext taskContext, string input ) : Task

Substitutes the property tokens in the supplied string.

메소드 상세

SubstituteTokensInString() 공개 메소드

Substitutes the property tokens in the supplied string.
public SubstituteTokensInString ( DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext runtimeContext, DD.CBU.CaasDeploy.Library.Contracts.TaskContext taskContext, string input ) : Task
runtimeContext DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext The runtime context.
taskContext DD.CBU.CaasDeploy.Library.Contracts.TaskContext The task execution context.
input string The input string.
리턴 Task