次の方法で共有


VirtualMachineAssessPatchesResult.AvailablePatches プロパティ

定義

インストール可能として検出されたパッチの一覧を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象