次の方法で共有


CloudServiceExtensionProfile.Extensions プロパティ

定義

クラウド サービスの拡張機能の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象