Share via


VirtualMachineAssessPatchesResult.AvailablePatches Property

Definition

Gets the list of patches that have been detected as available for installation.

[Newtonsoft.Json.JsonProperty(PropertyName="availablePatches")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties> AvailablePatches { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availablePatches")>]
member this.AvailablePatches : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties>
Public ReadOnly Property AvailablePatches As IList(Of VirtualMachineSoftwarePatchProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to