modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPAppDomain.help.txt

NAME
    xSPAppDomain

PARAMETERS
    AppDomain (Key, string)
    Prefix (Required, string)
    InstallAccount (Write, String)

DESCRIPTION

This resource will set the value for the app domain settings at the farm level.
You can set the domain name and the prefix that is to be used for app URLs.


EXAMPLE

    xSPAppDomain LocalFarmAppUrls
    {
        AppDomain = "contosointranetapps.com"
        Prefix = "app"
        PsDscRunAsCredential = $InstallAccount
    }