VirtualMachineInstallPatchesResult.Patches Property

Definition

Gets the patches that were installed during the operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to