modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPStateServiceApp.help.txt
NAME xSPStateServiceApp PARAMETERS Name (Key, string) DatabaseCredentials (Write, String) DatabaseName (Required, string) DatabaseServer (Write, string) InstallAccount (Write, String) DESCRIPTION This resource provisions an instance of the state service in to the local farm. The database specific parameters are only used during initial provisioning of the app, and will not change database settings beyond the initial deployment. EXAMPLE xSPStateServiceApp StateServiceApp { Name = "State Service Application" DatabaseName = "SP_State" PsDscRunAsCredential = $InstallAccount } |