IAutomaticUpdateApprovalRule.GetUpdateClassifications Method ()
Applies To: Windows Server Update Services
Gets the update classifications for which you want to create approvals automatically.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateClassificationCollection GetUpdateClassifications()
UpdateClassificationCollection^ GetUpdateClassifications()
abstract GetUpdateClassifications : unit -> UpdateClassificationCollection
Function GetUpdateClassifications As UpdateClassificationCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateClassificationCollection
An UpdateClassificationCollection that contains the update classification for which you want to create approvals automatically. For example, the rule might apply to newly synchronized security updates.
See Also
IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace
Return to top