Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRuleDestinations
-
Packages that use DataCollectionRuleDestinations 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 DataCollectionRuleDestinations in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleDestinations Modifier and Type Method Description DataCollectionRuleDestinationsDataCollectionRuleResourceInner. destinations()Get the destinations property: The specification of destinations.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionRuleDestinations Modifier and Type Method Description DataCollectionRuleResourceInnerDataCollectionRuleResourceInner. withDestinations(DataCollectionRuleDestinations destinations)Set the destinations property: The specification of destinations. -
Uses of DataCollectionRuleDestinations in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionRuleDestinations Modifier and Type Method Description DataCollectionRuleDestinationsDataCollectionRule. destinations()Get the destinations property: The specification of destinations.DataCollectionRuleDestinationsDataCollectionRuleDestinations. withAzureMonitorMetrics(DestinationsSpecAzureMonitorMetrics azureMonitorMetrics)Set the azureMonitorMetrics property: Azure Monitor Metrics destination.DataCollectionRuleDestinationsDataCollectionRuleDestinations. withLogAnalytics(List<LogAnalyticsDestination> logAnalytics)Set the logAnalytics property: List of Log Analytics destinations.Methods in com.azure.resourcemanager.monitor.models with parameters of type DataCollectionRuleDestinations Modifier and Type Method Description DataCollectionRuleDataCollectionRule. withDestinations(DataCollectionRuleDestinations destinations)Set the destinations property: The specification of destinations.DataCollectionRuleResourcePropertiesDataCollectionRuleResourceProperties. withDestinations(DataCollectionRuleDestinations destinations)Set the destinations property: The specification of destinations.
-