ApplicationInsightsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.ApplicationInsights.
public static class ApplicationInsightsExtensions
type ApplicationInsightsExtensions = class
Public Module ApplicationInsightsExtensions
- Inheritance
-
ApplicationInsightsExtensions
Methods
GetApplicationInsightsComponent(ResourceGroupResource, String, CancellationToken) |
Returns an Application Insights component.
|
GetApplicationInsightsComponentAsync(ResourceGroupResource, String, CancellationToken) |
Returns an Application Insights component.
|
GetApplicationInsightsComponentResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationInsightsComponentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ApplicationInsightsComponentResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetApplicationInsightsComponentResource(ResourceIdentifier) instead.</item> |
GetApplicationInsightsComponents(ResourceGroupResource) |
Gets a collection of ApplicationInsightsComponentResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetApplicationInsightsComponents() instead.</item> |
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken) |
Gets a list of all Application Insights components within a subscription.
|
GetApplicationInsightsComponentsAsync(SubscriptionResource, CancellationToken) |
Gets a list of all Application Insights components within a subscription.
|
GetApplicationInsightsWebTest(ResourceGroupResource, String, CancellationToken) |
Get a specific Application Insights web test definition.
|
GetApplicationInsightsWebTestAsync(ResourceGroupResource, String, CancellationToken) |
Get a specific Application Insights web test definition.
|
GetApplicationInsightsWebTestResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationInsightsWebTestResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ApplicationInsightsWebTestResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetApplicationInsightsWebTestResource(ResourceIdentifier) instead.</item> |
GetApplicationInsightsWebTests(ResourceGroupResource) |
Gets a collection of ApplicationInsightsWebTestResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetApplicationInsightsWebTests() instead.</item> |
GetApplicationInsightsWebTests(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetApplicationInsightsWebTestsAsync(SubscriptionResource, CancellationToken) |
Get all Application Insights web test definitions for the specified subscription.
|
GetApplicationInsightsWorkbook(ResourceGroupResource, String, Nullable<Boolean>, CancellationToken) |
Get a single workbook by its resourceName.
|
GetApplicationInsightsWorkbookAsync(ResourceGroupResource, String, Nullable<Boolean>, CancellationToken) |
Get a single workbook by its resourceName.
|
GetApplicationInsightsWorkbookResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationInsightsWorkbookResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ApplicationInsightsWorkbookResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetApplicationInsightsWorkbookResource(ResourceIdentifier) instead.</item> |
GetApplicationInsightsWorkbookRevisionResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationInsightsWorkbookRevisionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an ApplicationInsightsWorkbookRevisionResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetApplicationInsightsWorkbookRevisionResource(ResourceIdentifier) instead.</item> |
GetApplicationInsightsWorkbooks(ResourceGroupResource) |
Gets a collection of ApplicationInsightsWorkbookResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetApplicationInsightsWorkbooks() instead.</item> |
GetApplicationInsightsWorkbooks(SubscriptionResource, WorkbookCategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetApplicationInsightsWorkbooksAsync(SubscriptionResource, WorkbookCategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
Get all Workbooks defined within a specified subscription and category.
|
GetApplicationInsightsWorkbookTemplate(ResourceGroupResource, String, CancellationToken) |
Get a single workbook template by its resourceName.
|
GetApplicationInsightsWorkbookTemplateAsync(ResourceGroupResource, String, CancellationToken) |
Get a single workbook template by its resourceName.
|
GetApplicationInsightsWorkbookTemplateResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationInsightsWorkbookTemplateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ApplicationInsightsWorkbookTemplateResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetApplicationInsightsWorkbookTemplateResource(ResourceIdentifier) instead.</item> |
GetApplicationInsightsWorkbookTemplates(ResourceGroupResource) |
Gets a collection of ApplicationInsightsWorkbookTemplateResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetApplicationInsightsWorkbookTemplates() instead.</item> |
GetLiveToken(ArmClient, ResourceIdentifier, CancellationToken) |
Gets an access token for live metrics stream data.
|
GetLiveTokenAsync(ArmClient, ResourceIdentifier, CancellationToken) |
Gets an access token for live metrics stream data.
|