AutoscaleSettingGetResponse.Setting Propriedade
Opcional.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
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
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSetting
Consulte também
Classe AutoscaleSettingGetResponse
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo