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