Uses of Class
com.azure.resourcemanager.applicationinsights.models.StorageType
Packages that use StorageType
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of StorageType in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type StorageTypeModifier and TypeMethodDescriptionComponentLinkedStorageAccountsOperationsClient.createAndUpdate(String resourceGroupName, String resourceName, StorageType storageType, ComponentLinkedStorageAccountsInner linkedStorageAccountsProperties) Replace current linked storage account for an Application Insights component.com.azure.core.http.rest.Response<ComponentLinkedStorageAccountsInner>ComponentLinkedStorageAccountsOperationsClient.createAndUpdateWithResponse(String resourceGroupName, String resourceName, StorageType storageType, ComponentLinkedStorageAccountsInner linkedStorageAccountsProperties, com.azure.core.util.Context context) Replace current linked storage account for an Application Insights component.voidComponentLinkedStorageAccountsOperationsClient.delete(String resourceGroupName, String resourceName, StorageType storageType) Delete linked storage accounts for an Application Insights component.com.azure.core.http.rest.Response<Void>ComponentLinkedStorageAccountsOperationsClient.deleteWithResponse(String resourceGroupName, String resourceName, StorageType storageType, com.azure.core.util.Context context) Delete linked storage accounts for an Application Insights component.ComponentLinkedStorageAccountsOperationsClient.get(String resourceGroupName, String resourceName, StorageType storageType) Returns the current linked storage settings for an Application Insights component.com.azure.core.http.rest.Response<ComponentLinkedStorageAccountsInner>ComponentLinkedStorageAccountsOperationsClient.getWithResponse(String resourceGroupName, String resourceName, StorageType storageType, com.azure.core.util.Context context) Returns the current linked storage settings for an Application Insights component.ComponentLinkedStorageAccountsOperationsClient.update(String resourceGroupName, String resourceName, StorageType storageType, ComponentLinkedStorageAccountsPatch linkedStorageAccountsProperties) Update linked storage accounts for an Application Insights component.com.azure.core.http.rest.Response<ComponentLinkedStorageAccountsInner>ComponentLinkedStorageAccountsOperationsClient.updateWithResponse(String resourceGroupName, String resourceName, StorageType storageType, ComponentLinkedStorageAccountsPatch linkedStorageAccountsProperties, com.azure.core.util.Context context) Update linked storage accounts for an Application Insights component. -
Uses of StorageType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as StorageTypeModifier and TypeFieldDescriptionstatic final StorageTypeStorageType.SERVICE_PROFILERStatic value ServiceProfiler for StorageType.Methods in com.azure.resourcemanager.applicationinsights.models that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeStorageType.fromString(String name) Creates or finds a StorageType from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type StorageTypeModifier and TypeMethodDescriptionstatic Collection<StorageType>StorageType.values()Gets known StorageType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type StorageTypeModifier and TypeMethodDescriptionComponentLinkedStorageAccountsOperations.define(StorageType name) Begins definition for a new ComponentLinkedStorageAccounts resource.voidComponentLinkedStorageAccountsOperations.delete(String resourceGroupName, String resourceName, StorageType storageType) Delete linked storage accounts for an Application Insights component.com.azure.core.http.rest.Response<Void>ComponentLinkedStorageAccountsOperations.deleteWithResponse(String resourceGroupName, String resourceName, StorageType storageType, com.azure.core.util.Context context) Delete linked storage accounts for an Application Insights component.ComponentLinkedStorageAccountsOperations.get(String resourceGroupName, String resourceName, StorageType storageType) Returns the current linked storage settings for an Application Insights component.com.azure.core.http.rest.Response<ComponentLinkedStorageAccounts>ComponentLinkedStorageAccountsOperations.getWithResponse(String resourceGroupName, String resourceName, StorageType storageType, com.azure.core.util.Context context) Returns the current linked storage settings for an Application Insights component.