DSCResources/MSFT_SPAppDomain/MSFT_SPAppDomain.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPAppDomain")] class MSFT_SPAppDomain : OMI_BaseResource { [Key, Description("The domain name for apps to use in this farm")] string AppDomain; [Required, Description("The prefix to go on to app URLs")] string Prefix; [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount; }; |