Class EnabledConfig
- java.lang.Object
-
- com.microsoft.azure.management.appservice.EnabledConfig
-
public class EnabledConfig extends Object
Enabled configuration.
-
-
Constructor Summary
Constructors Constructor Description EnabledConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Get true if configuration is enabled, false if it is disabled and null if configuration is not set.EnabledConfigwithEnabled(Boolean enabled)Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.- Returns:
- the enabled value
-
withEnabled
public EnabledConfig withEnabled(Boolean enabled)
Set true if configuration is enabled, false if it is disabled and null if configuration is not set.- Parameters:
enabled- the enabled value to set- Returns:
- the EnabledConfig object itself.
-
-