MonitorWorkspacesManager Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. workspaces. MonitorWorkspacesManager
- com.
public final class MonitorWorkspacesManager
Entry point to MonitorWorkspacesManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Monitor |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Monitor Workspaces service API entry point. |
|
static
Monitor |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Monitor Workspaces service API entry point. |
|
Azure |
azureMonitorWorkspaces()
Gets the resource collection API of Azure |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Monitor |
| Issues |
issues()
Gets the resource collection API of Issues. |
|
Metrics |
metricsContainers()
Gets the resource collection API of Metrics |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Monitor |
serviceClient()
Gets wrapped service client Monitor |
Methods inherited from java.lang.Object
Method Details
authenticate
public static MonitorWorkspacesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Monitor Workspaces service API entry point.
Parameters:
Returns:
authenticate
public static MonitorWorkspacesManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Monitor Workspaces service API entry point.
Parameters:
Returns:
azureMonitorWorkspaces
public AzureMonitorWorkspaces azureMonitorWorkspaces()
Gets the resource collection API of AzureMonitorWorkspaces. It manages AzureMonitorWorkspaceResource.
Returns:
configure
public static MonitorWorkspacesManager.Configurable configure()
Gets a Configurable instance that can be used to create MonitorWorkspacesManager with optional configuration.
Returns:
issues
public Issues issues()
Gets the resource collection API of Issues. It manages IssueResource.
Returns:
metricsContainers
public MetricsContainers metricsContainers()
Gets the resource collection API of MetricsContainers. It manages MetricsContainerResource.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public MonitorWorkspacesManagementClient serviceClient()
Gets wrapped service client MonitorWorkspacesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: