PowerShell/test/powershell/Modules/PSDesiredStateConfiguration/assets/dsc/schema/MSFT_nxEnvironmentResource/MSFT_nxEnvironmentResource.schema.mof
2016-08-04 10:47:41 -07:00

9 lines
339 B
Plaintext
Executable file

[ClassVersion("1.0.0"), Description("The configuration provider for environment variable control."), FriendlyName("nxEnvironment")]
class MSFT_nxEnvironmentResource:OMI_BaseResource
{
[Key] string Name;
[write] string Value;
[Write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
[Write] boolean Path;
};