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

11 lines
367 B
Plaintext
Executable file

[ClassVersion("1.0.0"), FriendlyName("nxArchive")]
class MSFT_nxArchiveResource : OMI_BaseResource
{
[Key] string SourcePath;
[Key] string DestinationPath;
[write,ValueMap{"ctime", "mtime", "md5"},Values{"ctime", "mtime","md5"}] string Checksum;
[write] boolean Force;
[Write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
};