dsc/custom/cSqlServer/DscResources/OBJ_cSqlServerInstallConf/OBJ_cSqlServerInstallConf.schema.mof
[ClassVersion("1.0.0"), FriendlyName("cSqlServerInstallConf")]
class OBJ_cSqlServerInstallConf : OMI_BaseResource { [key, Description("The name of sql instance.")] string InstanceName; [required, Description("The share path of sql server software.")] string SourcePath; [write,EmbeddedInstance("MSFT_Credential"), Description("The credential that vm could use to access net share of sql server software.")] string SourcePathCredential; [required, Description("The path to the configuration file")] string ConfigurationFilePath; }; |