Class MonitorManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<MonitorClient>
com.azure.resourcemanager.monitor.MonitorManager
- All Implemented Interfaces:
HasServiceClient<MonitorClient>
Entry point to Azure Monitor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.static MonitorManager.ConfigurableGet a Configurable instance that can be used to create MonitorManager with optional configuration.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
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
- Returns:
- the Azure Activity Logs API entry point
-
metricDefinitions
- Returns:
- the Azure Metric Definitions API entry point
-
diagnosticSettings
- Returns:
- the Azure Diagnostic Settings API entry point
-
actionGroups
- Returns:
- the Azure Action Groups API entry point
-
alertRules
- Returns:
- the Azure AlertRules API entry point
-
autoscaleSettings
- Returns:
- the Azure AutoscaleSettings API entry point
-