DSCResources/DSC_PowerCLISnapShotCheck/DSC_PowerCLISnapShotCheck.schema.mof
[ClassVersion("1.0"), FriendlyName("PowerCLISnapShotCheck")]
class DSC_PowerCLISnapShotCheck : OMI_BaseResource { [Key] string vcentername; [Key] string resourcepoolname; [Write, EmbeddedInstance("MSFT_Credential")] String DomainAdministratorCredential; [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; }; |