Interface ApplicationInsightsManagementClient
public interface ApplicationInsightsManagementClient
The interface for ApplicationInsightsManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AnalyticsItemsClient object to access its operations.Gets the AnnotationsClient object to access its operations.Gets the ApiKeysClient object to access its operations.Gets the ComponentAvailableFeaturesClient object to access its operations.Gets the ComponentCurrentBillingFeaturesClient object to access its operations.Gets the ComponentFeatureCapabilitiesClient object to access its operations.Gets the ComponentLinkedStorageAccountsOperationsClient object to access its operations.Gets the ComponentQuotaStatusClient object to access its operations.Gets the ComponentsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.Gets the ExportConfigurationsClient object to access its operations.Gets the FavoritesClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LiveTokensClient object to access its operations.Gets the MyWorkbooksClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the ProactiveDetectionConfigurationsClient object to access its operations.Gets The ID of the target subscription.Gets the WebTestLocationsClient object to access its operations.Gets the WebTestsClient object to access its operations.Gets the WorkbooksClient object to access its operations.Gets the WorkbookTemplatesClient object to access its operations.Gets the WorkItemConfigurationsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getAnnotations
AnnotationsClient getAnnotations()Gets the AnnotationsClient object to access its operations.- Returns:
- the AnnotationsClient object.
-
getApiKeys
ApiKeysClient getApiKeys()Gets the ApiKeysClient object to access its operations.- Returns:
- the ApiKeysClient object.
-
getExportConfigurations
ExportConfigurationsClient getExportConfigurations()Gets the ExportConfigurationsClient object to access its operations.- Returns:
- the ExportConfigurationsClient object.
-
getComponentCurrentBillingFeatures
ComponentCurrentBillingFeaturesClient getComponentCurrentBillingFeatures()Gets the ComponentCurrentBillingFeaturesClient object to access its operations.- Returns:
- the ComponentCurrentBillingFeaturesClient object.
-
getComponentQuotaStatus
ComponentQuotaStatusClient getComponentQuotaStatus()Gets the ComponentQuotaStatusClient object to access its operations.- Returns:
- the ComponentQuotaStatusClient object.
-
getComponentFeatureCapabilities
ComponentFeatureCapabilitiesClient getComponentFeatureCapabilities()Gets the ComponentFeatureCapabilitiesClient object to access its operations.- Returns:
- the ComponentFeatureCapabilitiesClient object.
-
getComponentAvailableFeatures
ComponentAvailableFeaturesClient getComponentAvailableFeatures()Gets the ComponentAvailableFeaturesClient object to access its operations.- Returns:
- the ComponentAvailableFeaturesClient object.
-
getProactiveDetectionConfigurations
ProactiveDetectionConfigurationsClient getProactiveDetectionConfigurations()Gets the ProactiveDetectionConfigurationsClient object to access its operations.- Returns:
- the ProactiveDetectionConfigurationsClient object.
-
getWorkItemConfigurations
WorkItemConfigurationsClient getWorkItemConfigurations()Gets the WorkItemConfigurationsClient object to access its operations.- Returns:
- the WorkItemConfigurationsClient object.
-
getFavorites
FavoritesClient getFavorites()Gets the FavoritesClient object to access its operations.- Returns:
- the FavoritesClient object.
-
getWebTestLocations
WebTestLocationsClient getWebTestLocations()Gets the WebTestLocationsClient object to access its operations.- Returns:
- the WebTestLocationsClient object.
-
getWebTests
WebTestsClient getWebTests()Gets the WebTestsClient object to access its operations.- Returns:
- the WebTestsClient object.
-
getAnalyticsItems
AnalyticsItemsClient getAnalyticsItems()Gets the AnalyticsItemsClient object to access its operations.- Returns:
- the AnalyticsItemsClient object.
-
getWorkbookTemplates
WorkbookTemplatesClient getWorkbookTemplates()Gets the WorkbookTemplatesClient object to access its operations.- Returns:
- the WorkbookTemplatesClient object.
-
getMyWorkbooks
MyWorkbooksClient getMyWorkbooks()Gets the MyWorkbooksClient object to access its operations.- Returns:
- the MyWorkbooksClient object.
-
getWorkbooks
WorkbooksClient getWorkbooks()Gets the WorkbooksClient object to access its operations.- Returns:
- the WorkbooksClient object.
-
getComponents
ComponentsClient getComponents()Gets the ComponentsClient object to access its operations.- Returns:
- the ComponentsClient object.
-
getComponentLinkedStorageAccountsOperations
ComponentLinkedStorageAccountsOperationsClient getComponentLinkedStorageAccountsOperations()Gets the ComponentLinkedStorageAccountsOperationsClient object to access its operations.- Returns:
- the ComponentLinkedStorageAccountsOperationsClient object.
-
getLiveTokens
LiveTokensClient getLiveTokens()Gets the LiveTokensClient object to access its operations.- Returns:
- the LiveTokensClient object.
-