SharePoint Server agent resource type definition

The resource type represents the VCS configuration definition of the agent and specifies how the agent is defined in the cluster configuration file, main.cf.

The SharePoint Server agent is represented by the SharePointServer resource type.

type SharePointServer (
static i18nstr ArgList[] = { AppType, AppName, Description, AppPoolMon, 
FarmAdminAccount, FarmAdminPassword, ServiceIDList, StopSPSService }
str AppType
i18nstr AppName
i18nstr Description
str AppPoolMon = NONE
i18nstr FarmAdminAccount
str FarmAdminPassword
i18nstr ServiceIDList[]
boolean StopSPSService = 0
)