次の方法で共有


VirtualMachineInstanceView.Extensions プロパティ

定義

拡張機能の情報を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象