DSCResources/ArcGIS_ServerSettings/ArcGIS_ServerSettings.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("ArcGIS_ServerSettings")]
class ArcGIS_ServerSettings : OMI_BaseResource
{
    [Key] String ServerHostName;
    [Write, EmbeddedInstance("MSFT_Credential")] String SiteAdministrator;
    [Write] String ExternalDNSName;
    [Write] String ServerContext;
    [Write, Description("EnableSSL")] Boolean EnableSSL;
    [Write, Description("EnableHTTP")] Boolean EnableHTTP;
};