WMI-klasse SMS_AntimalwareSettings-server
De SMS_AntimalwareSettings
WMI-klasse (Windows Management Instrumentation) is een sms-providerserverklasse, in Configuration Manager, die aangepaste instellingen voor antimalwarebeleid vertegenwoordigt.
De volgende syntaxis is vereenvoudigd van MOF-code (Managed Object Format) en bevat alle overgenomen eigenschappen.
Syntaxis
Class SMS_AntimalwareSettings : SMS_ClientSettingsBase
{
UInt32 FeatureType;
UInt32 Flags;
SMS_AntimalwareConfig AgentConfiguration; (removed in SP1)
SMS_ClientAgentConfig_BaseClass AgentConfigurations[];
};
Methoden
De SMS_AntimalwareSettings
klasse definieert geen methoden.
Eigenschappen
FeatureType
Gegevenstype: UInt32
Toegangstype: Lezen/schrijven
Kwalificatie: [NotNull]
Geeft aan of de instellingen worden toegepast op normaal SMS_ClientSettings
of SMS_AntimalwareSettings
. Dit is 2 voor de beleidsinstelling Antimalware.
Flags
Gegevenstype: UInt32
Toegangstype: Lezen/schrijven
Kwalificatie: [NotNull]
Vlaggen. De standaardwaarde is 1. Instelling.
AgentConfiguration
Gegevenstype: SMS_AntimalwareConfig
Toegangstype: Lezen/schrijven
Kwalificatie: geen
Een instantie waarin alle gedetailleerde antimalwarebeleidsinstellingen worden opgeslagen.
Deze methode/eigenschap is verwijderd of afgeschaft in Configuration Manager SP1.
AgentConfigurations
Gegevenstype: SMS_ClientAgentConfig_BaseClass
Matrix
Toegangstype: Lezen/schrijven
Kwalificatie: geen
Een instantie waarin alle gedetailleerde antimalwarebeleidsinstellingen worden opgeslagen.
Deze informatie is van toepassing op System Center 2012 Configuration Manager SP1 of hoger en System Center 2012 R2 Configuration Manager of hoger.
Opmerkingen
Vereisten
Runtimevereisten
Zie runtimevereisten voor Configuration Manager server voor meer informatie.
Ontwikkelingsvereisten
Zie vereisten voor Configuration Manager serverontwikkeling voor meer informatie.