public class ApplicationInsightsManager extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.microsoft.azure.management.Azure |
azure |
private com.microsoft.azure.management.applicationinsights.v2015_05_01.implementation.InsightsManager |
insightsManager |
private static String |
MICROSOFT_INSIGHTS |
private static String |
REGISTERED |
| Constructor and Description |
|---|
ApplicationInsightsManager(com.microsoft.azure.credentials.AzureTokenCredentials tokenCredentials,
String subscriptionId,
String userAgent) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.applicationinsights.v2015_05_01.ApplicationInsightsComponent |
createApplicationInsights(String resourceGroup,
String name,
String location) |
com.microsoft.azure.management.applicationinsights.v2015_05_01.ApplicationInsightsComponent |
getApplicationInsightsInstance(String resourceGroup,
String name) |
private void |
registerResourceProvider() |
private static final String MICROSOFT_INSIGHTS
private static final String REGISTERED
private com.microsoft.azure.management.Azure azure
private com.microsoft.azure.management.applicationinsights.v2015_05_01.implementation.InsightsManager insightsManager
public com.microsoft.azure.management.applicationinsights.v2015_05_01.ApplicationInsightsComponent getApplicationInsightsInstance(String resourceGroup, String name)
public com.microsoft.azure.management.applicationinsights.v2015_05_01.ApplicationInsightsComponent createApplicationInsights(String resourceGroup, String name, String location) throws AzureExecutionException
AzureExecutionExceptionprivate void registerResourceProvider()
throws AzureExecutionException
AzureExecutionExceptionCopyright © 2020. All rights reserved.