AutoscaleSettingCreateOrUpdateParameters.Properties Property
Optional. The setting to create or update.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public AutoscaleSetting Properties { get; set; }
public:
property AutoscaleSetting^ Properties {
AutoscaleSetting^ get();
void set(AutoscaleSetting^ value);
}
member Properties : AutoscaleSetting with get, set
Public Property Properties As AutoscaleSetting
Property Value
Type: Microsoft.Azure.Management.Insights.Models.AutoscaleSetting
See Also
AutoscaleSettingCreateOrUpdateParameters Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top