Uses of Class
com.azure.resourcemanager.monitor.models.Enabled
Packages that use Enabled
Package
Description
Package containing the inner data models for MonitorClient.
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 EnabledModifier and TypeMethodDescriptionLogSearchRuleResourceInner.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 EnabledModifier and TypeMethodDescriptionLogSearchRuleResourceInner.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 EnabledModifier and TypeFieldDescriptionstatic final EnabledEnabled.FALSEStatic value false for Enabled.static final EnabledEnabled.TRUEStatic value true for Enabled.Methods in com.azure.resourcemanager.monitor.models that return EnabledModifier and TypeMethodDescriptionLogSearchRuleResourcePatch.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 EnabledMethods in com.azure.resourcemanager.monitor.models with parameters of type EnabledModifier and TypeMethodDescriptionLogSearchRuleResourcePatch.withEnabled(Enabled enabled) Set the enabled property: The flag which indicates whether the Log Search rule is enabled.