| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Enabled |
LogSearchRuleResourceInner.enabled()
Get the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withEnabled(Enabled enabled)
Set the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
| Modifier and Type | Field and Description |
|---|---|
static Enabled |
Enabled.FALSE
Static value false for Enabled.
|
static Enabled |
Enabled.TRUE
Static value true for Enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Enabled |
LogSearchRuleResourcePatch.enabled()
Get the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
static Enabled |
Enabled.fromString(String name)
Creates or finds a Enabled from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourcePatch |
LogSearchRuleResourcePatch.withEnabled(Enabled enabled)
Set the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.