C# Class Microsoft.WindowsAzure.Commands.Common.Extensions.DSC.Publish.ConfigurationParsingHelper

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
GetModuleNameForDscResource ( string resourceName ) : string
ParseConfiguration ( string path ) : ConfigurationParseResult

Private Methods

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

Method Details

GetModuleNameForDscResource() public static méthode

public static GetModuleNameForDscResource ( string resourceName ) : string
resourceName string
Résultat string

ParseConfiguration() public static méthode

public static ParseConfiguration ( string path ) : ConfigurationParseResult
path string
Résultat ConfigurationParseResult