Class MonitorManager
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.arm.Manager<MonitorClient>
-
- com.azure.resourcemanager.monitor.MonitorManager
-
- All Implemented Interfaces:
HasServiceClient<MonitorClient>
public final class MonitorManager extends Manager<MonitorClient>
Entry point to Azure Monitor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitorManager.ConfigurableThe interface allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionGroupsactionGroups()ActivityLogsactivityLogs()AlertRulesalertRules()static MonitorManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)Creates an instance of MonitorManager that exposes Monitor API entry points.static MonitorManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)Creates an instance of MonitorManager that exposes Monitor API entry points.AutoscaleSettingsautoscaleSettings()static MonitorManager.Configurableconfigure()Get a Configurable instance that can be used to create MonitorManager with optional configuration.DiagnosticSettingsdiagnosticSettings()MetricDefinitionsmetricDefinitions()-
Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
-
-
-
Method Detail
-
configure
public static MonitorManager.Configurable configure()
Get a Configurable instance that can be used to create MonitorManager with optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public static MonitorManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of MonitorManager that exposes Monitor API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the MonitorManager
-
authenticate
public static MonitorManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of MonitorManager that exposes Monitor API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the MonitorManager
-
activityLogs
public ActivityLogs activityLogs()
- Returns:
- the Azure Activity Logs API entry point
-
metricDefinitions
public MetricDefinitions metricDefinitions()
- Returns:
- the Azure Metric Definitions API entry point
-
diagnosticSettings
public DiagnosticSettings diagnosticSettings()
- Returns:
- the Azure Diagnostic Settings API entry point
-
actionGroups
public ActionGroups actionGroups()
- Returns:
- the Azure Action Groups API entry point
-
alertRules
public AlertRules alertRules()
- Returns:
- the Azure AlertRules API entry point
-
autoscaleSettings
public AutoscaleSettings autoscaleSettings()
- Returns:
- the Azure AutoscaleSettings API entry point
-
-