次の方法で共有


VirtualMachineInstallPatchesResult.Patches プロパティ

定義

操作中にインストールされたパッチを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象