Sdílet prostřednictvím


AutoscaleSettingListResponse.AutoscaleSettingResourceCollection Property

 

Optional. The retrieved autoscale settings.

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

Syntax

public AutoscaleSettingResourceCollection AutoscaleSettingResourceCollection { get; set; }
public:
property AutoscaleSettingResourceCollection^ AutoscaleSettingResourceCollection {
    AutoscaleSettingResourceCollection^ get();
    void set(AutoscaleSettingResourceCollection^ value);
}
member AutoscaleSettingResourceCollection : AutoscaleSettingResourceCollection with get, set
Public Property AutoscaleSettingResourceCollection As AutoscaleSettingResourceCollection

Property Value

Type: Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResourceCollection

See Also

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

Return to top