Uses of Class
com.microsoft.azure.management.monitor.Enabled
-
-
Uses of Enabled in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as Enabled Modifier and Type Field Description static EnabledEnabled. FALSEStatic value false for Enabled.static EnabledEnabled. TRUEStatic value true for Enabled.Methods in com.microsoft.azure.management.monitor that return Enabled Modifier and Type Method Description EnabledLogSearchRuleResourcePatch. enabled()Get the flag which indicates whether the Log Search rule is enabled.static EnabledEnabled. fromString(String name)Creates or finds a Enabled from its string representation.Methods in com.microsoft.azure.management.monitor that return types with arguments of type Enabled Modifier and Type Method Description static Collection<Enabled>Enabled. values()Methods in com.microsoft.azure.management.monitor with parameters of type Enabled Modifier and Type Method Description LogSearchRuleResourcePatchLogSearchRuleResourcePatch. withEnabled(Enabled enabled)Set the flag which indicates whether the Log Search rule is enabled.
-