LogAnalyticsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.LogAnalyticsManager

public final class LogAnalyticsManager

Entry point to LogAnalyticsManager. Provides NSP operations for working with Log Analytics.

Method Summary

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

Creates an instance of LogAnalytics service API entry point.

static LogAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of LogAnalytics service API entry point.

AvailableServiceTiers availableServiceTiers()

Gets the resource collection API of AvailableServiceTiers.

Clusters clusters()

Gets the resource collection API of Clusters.

static Configurable configure()

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

DataExports dataExports()

Gets the resource collection API of DataExports.

DataSources dataSources()

Gets the resource collection API of DataSources.

DeletedWorkspaces deletedWorkspaces()

Gets the resource collection API of DeletedWorkspaces.

Gateways gateways()

Gets the resource collection API of Gateways.

IntelligencePacks intelligencePacks()

Gets the resource collection API of IntelligencePacks.

LinkedServices linkedServices()

Gets the resource collection API of LinkedServices.

LinkedStorageAccounts linkedStorageAccounts()

Gets the resource collection API of LinkedStorageAccounts.

ManagementGroups managementGroups()

Gets the resource collection API of ManagementGroups.

Operations operations()

Gets the resource collection API of Operations.

OperationStatuses operationStatuses()

Gets the resource collection API of OperationStatuses.

Queries queries()

Gets the resource collection API of Queries.

QueryPacks queryPacks()

Gets the resource collection API of QueryPacks.

SavedSearches savedSearches()

Gets the resource collection API of SavedSearches.

Schemas schemas()

Gets the resource collection API of Schemas.

OperationalInsightsManagementClient serviceClient()

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

SharedKeysOperations sharedKeysOperations()

Gets the resource collection API of SharedKeysOperations.

StorageInsightConfigs storageInsightConfigs()

Gets the resource collection API of StorageInsightConfigs.

SummaryLogsOperations summaryLogsOperations()

Gets the resource collection API of SummaryLogsOperations.

Tables tables()

Gets the resource collection API of Tables.

Usages usages()

Gets the resource collection API of Usages.

WorkspacePurges workspacePurges()

Gets the resource collection API of WorkspacePurges.

Workspaces workspaces()

Gets the resource collection API of Workspaces.

Methods inherited from java.lang.Object

Method Details

authenticate

public static LogAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of LogAnalytics service API entry point.

Parameters:

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

Returns:

the LogAnalytics service API instance.

authenticate

public static LogAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of LogAnalytics service API entry point.

Parameters:

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

Returns:

the LogAnalytics service API instance.

availableServiceTiers

public AvailableServiceTiers availableServiceTiers()

Gets the resource collection API of AvailableServiceTiers.

Returns:

Resource collection API of AvailableServiceTiers.

clusters

public Clusters clusters()

Gets the resource collection API of Clusters. It manages Cluster.

Returns:

Resource collection API of Clusters.

configure

public static LogAnalyticsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

dataExports

public DataExports dataExports()

Gets the resource collection API of DataExports. It manages DataExport.

Returns:

Resource collection API of DataExports.

dataSources

public DataSources dataSources()

Gets the resource collection API of DataSources. It manages DataSource.

Returns:

Resource collection API of DataSources.

deletedWorkspaces

public DeletedWorkspaces deletedWorkspaces()

Gets the resource collection API of DeletedWorkspaces.

Returns:

Resource collection API of DeletedWorkspaces.

gateways

public Gateways gateways()

Gets the resource collection API of Gateways.

Returns:

Resource collection API of Gateways.

intelligencePacks

public IntelligencePacks intelligencePacks()

Gets the resource collection API of IntelligencePacks.

Returns:

Resource collection API of IntelligencePacks.

linkedServices

public LinkedServices linkedServices()

Gets the resource collection API of LinkedServices. It manages LinkedService.

Returns:

Resource collection API of LinkedServices.

linkedStorageAccounts

public LinkedStorageAccounts linkedStorageAccounts()

Gets the resource collection API of LinkedStorageAccounts. It manages LinkedStorageAccountsResource.

Returns:

Resource collection API of LinkedStorageAccounts.

managementGroups

public ManagementGroups managementGroups()

Gets the resource collection API of ManagementGroups.

Returns:

Resource collection API of ManagementGroups.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

operationStatuses

public OperationStatuses operationStatuses()

Gets the resource collection API of OperationStatuses.

Returns:

Resource collection API of OperationStatuses.

queries

public Queries queries()

Gets the resource collection API of Queries. It manages LogAnalyticsQueryPackQuery.

Returns:

Resource collection API of Queries.

queryPacks

public QueryPacks queryPacks()

Gets the resource collection API of QueryPacks. It manages LogAnalyticsQueryPack.

Returns:

Resource collection API of QueryPacks.

savedSearches

public SavedSearches savedSearches()

Gets the resource collection API of SavedSearches. It manages SavedSearch.

Returns:

Resource collection API of SavedSearches.

schemas

public Schemas schemas()

Gets the resource collection API of Schemas.

Returns:

Resource collection API of Schemas.

serviceClient

public OperationalInsightsManagementClient serviceClient()

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

Returns:

Wrapped service client OperationalInsightsManagementClient.

sharedKeysOperations

public SharedKeysOperations sharedKeysOperations()

Gets the resource collection API of SharedKeysOperations.

Returns:

Resource collection API of SharedKeysOperations.

storageInsightConfigs

public StorageInsightConfigs storageInsightConfigs()

Gets the resource collection API of StorageInsightConfigs. It manages StorageInsight.

Returns:

Resource collection API of StorageInsightConfigs.

summaryLogsOperations

public SummaryLogsOperations summaryLogsOperations()

Gets the resource collection API of SummaryLogsOperations. It manages SummaryLogs.

Returns:

Resource collection API of SummaryLogsOperations.

tables

public Tables tables()

Gets the resource collection API of Tables. It manages Table.

Returns:

Resource collection API of Tables.

usages

public Usages usages()

Gets the resource collection API of Usages.

Returns:

Resource collection API of Usages.

workspacePurges

public WorkspacePurges workspacePurges()

Gets the resource collection API of WorkspacePurges.

Returns:

Resource collection API of WorkspacePurges.

workspaces

public Workspaces workspaces()

Gets the resource collection API of Workspaces. It manages Workspace.

Returns:

Resource collection API of Workspaces.

Applies to