次の方法で共有


AutoscaleSettingResource.Profiles プロパティ

定義

異なる期間に異なるスケーリング パラメーターを指定する自動スケーリング プロファイルのコレクションを取得または設定します。 指定できるプロファイルは最大 20 個です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象