Uses of Class
com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest
Packages that use ApiKeyRequest
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApiKeyRequest in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApiKeyRequestModifier and TypeMethodDescriptionApiKeysClient.create(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties) Create an API Key of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentApiKeyInner>ApiKeysClient.createWithResponse(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties, com.azure.core.util.Context context) Create an API Key of an Application Insights component. -
Uses of ApiKeyRequest in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApiKeyRequestModifier and TypeMethodDescriptionApiKeyRequest.withLinkedReadProperties(List<String> linkedReadProperties) Set the linkedReadProperties property: The read access rights of this API Key.ApiKeyRequest.withLinkedWriteProperties(List<String> linkedWriteProperties) Set the linkedWriteProperties property: The write access rights of this API Key.Set the name property: The name of the API Key.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApiKeyRequestModifier and TypeMethodDescriptionApiKeys.create(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties) Create an API Key of an Application Insights component.com.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.