C# 클래스 Microsoft.WindowsAzure.Commands.Common.Extensions.DSC.Publish.ConfigurationParsingHelper

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

공개 메소드들

메소드 설명
GetModuleNameForDscResource ( string resourceName ) : string
ParseConfiguration ( string path ) : ConfigurationParseResult

비공개 메소드들

메소드 설명
GetLegacyTopLevelParametersFromAst ( System.Management.Automation.Language.CommandAst ast, string parameterName ) : IEnumerable
GetRequiredModulesFromAst ( Ast ast, IEnumerable tokens ) : String>.Dictionary
GetSingleAstRequiredModules ( Ast ast, IEnumerable tokens, string>.Dictionary modules ) : string>.Dictionary
IsCandidateForImportDscResourceAst ( Ast ast, int startOffset ) : bool
IsLegacyAstConfiguration ( Ast node ) : bool
IsParameterName ( System.Management.Automation.Language.CommandElementAst ast, string name ) : bool

메소드 상세

GetModuleNameForDscResource() 공개 정적인 메소드

public static GetModuleNameForDscResource ( string resourceName ) : string
resourceName string
리턴 string

ParseConfiguration() 공개 정적인 메소드

public static ParseConfiguration ( string path ) : ConfigurationParseResult
path string
리턴 ConfigurationParseResult