Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentApiKeyInner
Packages that use ApplicationInsightsComponentApiKeyInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentApiKeyInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptionApiKeysClient.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.fluent that return types with arguments of type ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<ApplicationInsightsComponentApiKeyInner>ApiKeysClient.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<ApplicationInsightsComponentApiKeyInner>ApiKeysClient.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<ApplicationInsightsComponentApiKeyInner>Gets a list of API keys of an Application Insights component.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentApiKeyInner>ApiKeysClient.list(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of API keys of an Application Insights component. -
Uses of ApplicationInsightsComponentApiKeyInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptionApplicationInsightsComponentApiKeyInner.withCreatedDate(String createdDate) Set the createdDate property: The create date of this API key.ApplicationInsightsComponentApiKeyInner.withLinkedReadProperties(List<String> linkedReadProperties) Set the linkedReadProperties property: The read access rights of this API Key.ApplicationInsightsComponentApiKeyInner.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. -
Uses of ApplicationInsightsComponentApiKeyInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptionApplicationInsightsComponentApiKey.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentApiKeyInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptionApplicationInsightsComponentApiKeyListResult.value()Get the value property: List of API Key definitions.Method parameters in com.azure.resourcemanager.applicationinsights.models with type arguments of type ApplicationInsightsComponentApiKeyInnerModifier and TypeMethodDescriptionApplicationInsightsComponentApiKeyListResult.withValue(List<ApplicationInsightsComponentApiKeyInner> value) Set the value property: List of API Key definitions.