Compartir a través de


IWindowsParameters.KbNumbersToExclude Property

Definition

Kbs to exclude in the patch operation

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Kbs to exclude in the patch operation", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kbNumbersToExclude", Update=true)]
public System.Collections.Generic.List<string> KbNumbersToExclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Kbs to exclude in the patch operation", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kbNumbersToExclude", Update=true)>]
member this.KbNumbersToExclude : System.Collections.Generic.List<string> with get, set
Public Property KbNumbersToExclude As List(Of String)

Property Value

Attributes

Applies to