Class EnabledConfig
java.lang.Object
com.microsoft.azure.management.appservice.EnabledConfig
Enabled configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenabled()
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.withEnabled
(Boolean enabled) Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
-
Constructor Details
-
EnabledConfig
public EnabledConfig()
-
-
Method Details
-
enabled
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.- Returns:
- the enabled value
-
withEnabled
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.
-