IWindowsParameters.ClassificationsToInclude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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