Freigeben über


IWindowsParameters.ClassificationsToInclude Property

Definition

The update classifications to select when installing patches for Windows.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Critical", "Security", "UpdateRollUp", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The update classifications to select when installing patches for Windows.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classificationsToInclude", Update=true)]
public System.Collections.Generic.List<string> ClassificationsToInclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Critical", "Security", "UpdateRollUp", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The update classifications to select when installing patches for Windows.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classificationsToInclude", Update=true)>]
member this.ClassificationsToInclude : System.Collections.Generic.List<string> with get, set
Public Property ClassificationsToInclude As List(Of String)

Property Value

Attributes

Applies to