| 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 |
|---|---|
Source |
LogSearchRuleResourceInner.source()
Get the source property: Data Source against which rule will Query Data.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withSource(Source source)
Set the source property: Data Source against which rule will Query Data.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.withAuthorizedResources(List<String> authorizedResources)
Set the authorizedResources property: List of Resource referred into query.
|
Source |
Source.withDataSourceId(String dataSourceId)
Set the dataSourceId property: The resource uri over which log search query is to be run.
|
Source |
Source.withQuery(String query)
Set the query property: Log search query.
|
Source |
Source.withQueryType(QueryType queryType)
Set the queryType property: Set value to 'ResultCount' .
|
Copyright © 2020 Microsoft Corporation. All rights reserved.