Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentApiKey
Packages that use ApplicationInsightsComponentApiKey
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentApiKey in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentApiKeyModifier and TypeMethodDescriptionApiKeys.create(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties) Create an API Key of an Application Insights component.Delete an API Key of an Application Insights component.Get the API Key for this key id.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentApiKeyModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentApiKey>ApiKeys.createWithResponse(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties, com.azure.core.util.Context context) Create an API Key of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentApiKey>ApiKeys.deleteWithResponse(String resourceGroupName, String resourceName, String keyId, com.azure.core.util.Context context) Delete an API Key of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentApiKey>ApiKeys.getWithResponse(String resourceGroupName, String resourceName, String keyId, com.azure.core.util.Context context) Get the API Key for this key id.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentApiKey>Gets a list of API keys of an Application Insights component.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentApiKey>Gets a list of API keys of an Application Insights component.