MonitorWorkspacesManager Class

  • java.lang.Object
    • com.azure.resourcemanager.monitor.workspaces.MonitorWorkspacesManager

public final class MonitorWorkspacesManager

Entry point to MonitorWorkspacesManager.

Method Summary

Modifier and Type Method and Description
static MonitorWorkspacesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Monitor Workspaces service API entry point.

static MonitorWorkspacesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Monitor Workspaces service API entry point.

AzureMonitorWorkspaces azureMonitorWorkspaces()

Gets the resource collection API of AzureMonitorWorkspaces.

static Configurable configure()

Gets a Configurable instance that can be used to create MonitorWorkspacesManager with optional configuration.

Issues issues()

Gets the resource collection API of Issues.

MetricsContainers metricsContainers()

Gets the resource collection API of MetricsContainers.

Operations operations()

Gets the resource collection API of Operations.

MonitorWorkspacesManagementClient serviceClient()

Gets wrapped service client MonitorWorkspacesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Monitor Workspaces service API instance.

authenticate

public static MonitorWorkspacesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Monitor Workspaces service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Monitor Workspaces service API instance.

azureMonitorWorkspaces

public AzureMonitorWorkspaces azureMonitorWorkspaces()

Gets the resource collection API of AzureMonitorWorkspaces. It manages AzureMonitorWorkspaceResource.

Returns:

Resource collection API of AzureMonitorWorkspaces.

configure

public static MonitorWorkspacesManager.Configurable configure()

Gets a Configurable instance that can be used to create MonitorWorkspacesManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

issues

public Issues issues()

Gets the resource collection API of Issues. It manages IssueResource.

Returns:

Resource collection API of Issues.

metricsContainers

public MetricsContainers metricsContainers()

Gets the resource collection API of MetricsContainers. It manages MetricsContainerResource.

Returns:

Resource collection API of MetricsContainers.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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:

Wrapped service client MonitorWorkspacesManagementClient.

Applies to