ApplicationInsightsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.ApplicationInsightsManager

public final class ApplicationInsightsManager

Entry point to ApplicationInsightsManager. Composite Swagger for Application Insights Management Client.

Method Summary

Modifier and Type Method and Description
AnalyticsItems analyticsItems()

Gets the resource collection API of AnalyticsItems.

Annotations annotations()

Gets the resource collection API of Annotations.

ApiKeys apiKeys()

Gets the resource collection API of ApiKeys.

static ApplicationInsightsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ApplicationInsights service API entry point.

static ApplicationInsightsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ApplicationInsights service API entry point.

ComponentAvailableFeatures componentAvailableFeatures()

Gets the resource collection API of ComponentAvailableFeatures.

ComponentCurrentBillingFeatures componentCurrentBillingFeatures()

Gets the resource collection API of ComponentCurrentBillingFeatures.

ComponentFeatureCapabilities componentFeatureCapabilities()

Gets the resource collection API of ComponentFeatureCapabilities.

ComponentLinkedStorageAccountsOperations componentLinkedStorageAccountsOperations()

Gets the resource collection API of ComponentLinkedStorageAccountsOperations.

ComponentQuotaStatus componentQuotaStatus()

Gets the resource collection API of ComponentQuotaStatus.

Components components()

Gets the resource collection API of Components.

static Configurable configure()

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

ExportConfigurations exportConfigurations()

Gets the resource collection API of ExportConfigurations.

Favorites favorites()

Gets the resource collection API of Favorites.

LiveTokens liveTokens()

Gets the resource collection API of LiveTokens.

MyWorkbooks myWorkbooks()

Gets the resource collection API of MyWorkbooks.

Operations operations()

Gets the resource collection API of Operations.

ProactiveDetectionConfigurations proactiveDetectionConfigurations()

Gets the resource collection API of ProactiveDetectionConfigurations.

ApplicationInsightsManagementClient serviceClient()
WebTestLocations webTestLocations()

Gets the resource collection API of WebTestLocations.

WebTests webTests()

Gets the resource collection API of WebTests.

WorkItemConfigurations workItemConfigurations()

Gets the resource collection API of WorkItemConfigurations.

WorkbookTemplates workbookTemplates()

Gets the resource collection API of WorkbookTemplates.

Workbooks workbooks()

Gets the resource collection API of Workbooks.

Methods inherited from java.lang.Object

Method Details

analyticsItems

public AnalyticsItems analyticsItems()

Gets the resource collection API of AnalyticsItems.

Returns:

Resource collection API of AnalyticsItems.

annotations

public Annotations annotations()

Gets the resource collection API of Annotations.

Returns:

Resource collection API of Annotations.

apiKeys

public ApiKeys apiKeys()

Gets the resource collection API of ApiKeys.

Returns:

Resource collection API of ApiKeys.

authenticate

public static ApplicationInsightsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ApplicationInsights service API entry point.

Parameters:

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

Returns:

the ApplicationInsights service API instance.

authenticate

public static ApplicationInsightsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ApplicationInsights service API entry point.

Parameters:

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

Returns:

the ApplicationInsights service API instance.

componentAvailableFeatures

public ComponentAvailableFeatures componentAvailableFeatures()

Gets the resource collection API of ComponentAvailableFeatures.

Returns:

Resource collection API of ComponentAvailableFeatures.

componentCurrentBillingFeatures

public ComponentCurrentBillingFeatures componentCurrentBillingFeatures()

Gets the resource collection API of ComponentCurrentBillingFeatures.

Returns:

Resource collection API of ComponentCurrentBillingFeatures.

componentFeatureCapabilities

public ComponentFeatureCapabilities componentFeatureCapabilities()

Gets the resource collection API of ComponentFeatureCapabilities.

Returns:

Resource collection API of ComponentFeatureCapabilities.

componentLinkedStorageAccountsOperations

public ComponentLinkedStorageAccountsOperations componentLinkedStorageAccountsOperations()

Gets the resource collection API of ComponentLinkedStorageAccountsOperations. It manages ComponentLinkedStorageAccounts.

Returns:

Resource collection API of ComponentLinkedStorageAccountsOperations.

componentQuotaStatus

public ComponentQuotaStatus componentQuotaStatus()

Gets the resource collection API of ComponentQuotaStatus.

Returns:

Resource collection API of ComponentQuotaStatus.

components

public Components components()

Gets the resource collection API of Components. It manages ApplicationInsightsComponent.

Returns:

Resource collection API of Components.

configure

public static ApplicationInsightsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

exportConfigurations

public ExportConfigurations exportConfigurations()

Gets the resource collection API of ExportConfigurations.

Returns:

Resource collection API of ExportConfigurations.

favorites

public Favorites favorites()

Gets the resource collection API of Favorites.

Returns:

Resource collection API of Favorites.

liveTokens

public LiveTokens liveTokens()

Gets the resource collection API of LiveTokens.

Returns:

Resource collection API of LiveTokens.

myWorkbooks

public MyWorkbooks myWorkbooks()

Gets the resource collection API of MyWorkbooks. It manages MyWorkbook.

Returns:

Resource collection API of MyWorkbooks.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

proactiveDetectionConfigurations

public ProactiveDetectionConfigurations proactiveDetectionConfigurations()

Gets the resource collection API of ProactiveDetectionConfigurations.

Returns:

Resource collection API of ProactiveDetectionConfigurations.

serviceClient

public ApplicationInsightsManagementClient serviceClient()

Returns:

Wrapped service client ApplicationInsightsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

webTestLocations

public WebTestLocations webTestLocations()

Gets the resource collection API of WebTestLocations.

Returns:

Resource collection API of WebTestLocations.

webTests

public WebTests webTests()

Gets the resource collection API of WebTests. It manages WebTest.

Returns:

Resource collection API of WebTests.

workItemConfigurations

public WorkItemConfigurations workItemConfigurations()

Gets the resource collection API of WorkItemConfigurations.

Returns:

Resource collection API of WorkItemConfigurations.

workbookTemplates

public WorkbookTemplates workbookTemplates()

Gets the resource collection API of WorkbookTemplates. It manages WorkbookTemplate.

Returns:

Resource collection API of WorkbookTemplates.

workbooks

public Workbooks workbooks()

Gets the resource collection API of Workbooks. It manages Workbook.

Returns:

Resource collection API of Workbooks.

Applies to