VirtualMachineInstallPatchesResult.NotSelectedPatchCount Property

Definition

Gets the number of patches that were detected as available for install, but did not meet the operation's criteria.

[Newtonsoft.Json.JsonProperty(PropertyName="notSelectedPatchCount")]
public int? NotSelectedPatchCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="notSelectedPatchCount")>]
member this.NotSelectedPatchCount : Nullable<int>
Public ReadOnly Property NotSelectedPatchCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to