VirtualMachineInstallPatchesResult.ExcludedPatchCount Property

Definition

Gets the number of patches that were not installed due to the user blocking their installation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to