Uses of Class
com.azure.resourcemanager.monitor.models.Enabled
-
Packages that use Enabled Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of Enabled in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return Enabled Modifier and Type Method Description EnabledLogSearchRuleResourceInner. enabled()Get the enabled property: The flag which indicates whether the Log Search rule is enabled.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Enabled Modifier and Type Method Description LogSearchRuleResourceInnerLogSearchRuleResourceInner. withEnabled(Enabled enabled)Set the enabled property: The flag which indicates whether the Log Search rule is enabled. -
Uses of Enabled in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models 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.azure.resourcemanager.monitor.models that return Enabled Modifier and Type Method Description EnabledLogSearchRuleResourcePatch. enabled()Get the enabled property: 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.azure.resourcemanager.monitor.models that return types with arguments of type Enabled Modifier and Type Method Description static Collection<Enabled>Enabled. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type Enabled Modifier and Type Method Description LogSearchRuleResourcePatchLogSearchRuleResourcePatch. withEnabled(Enabled enabled)Set the enabled property: The flag which indicates whether the Log Search rule is enabled.
-