AutoscaleSettingResourceCollection.Value Property

 

Optional. The values for the autoscale setting resources.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<AutoscaleSettingResource> Value { get; set; }
public:
property IList<AutoscaleSettingResource^>^ Value {
    IList<AutoscaleSettingResource^>^ get();
    void set(IList<AutoscaleSettingResource^>^ value);
}
member Value : IList<AutoscaleSettingResource> with get, set
Public Property Value As IList(Of AutoscaleSettingResource)

Property Value

Type: System.Collections.Generic.IList<AutoscaleSettingResource>

See Also

AutoscaleSettingResourceCollection Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top