次の方法で共有


VirtualMachineScaleSetInstanceView.Extensions プロパティ

定義

拡張機能の情報を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象