Uses of Class
com.azure.resourcemanager.monitor.models.Source
-
Packages that use Source 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 Source in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return Source Modifier and Type Method Description SourceLogSearchRuleResourceInner. source()Get the source property: Data Source against which rule will Query Data.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Source Modifier and Type Method Description LogSearchRuleResourceInnerLogSearchRuleResourceInner. withSource(Source source)Set the source property: Data Source against which rule will Query Data. -
Uses of Source in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return Source Modifier and Type Method Description SourceSource. withAuthorizedResources(List<String> authorizedResources)Set the authorizedResources property: List of Resource referred into query.SourceSource. withDataSourceId(String dataSourceId)Set the dataSourceId property: The resource uri over which log search query is to be run.SourceSource. withQuery(String query)Set the query property: Log search query.SourceSource. withQueryType(QueryType queryType)Set the queryType property: Set value to 'ResultCount' .
-