次の方法で共有


NodeType.VmExtensions プロパティ

定義

仮想マシン拡張機能を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmExtensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.VMSSExtension> VmExtensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmExtensions")>]
member this.VmExtensions : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.VMSSExtension> with get, set
Public Property VmExtensions As IList(Of VMSSExtension)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

仮想マシンにインストールする必要がある拡張機能のセット。

適用対象