Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ComponentLinkedStorageAccountsInner
Packages that use ComponentLinkedStorageAccountsInner
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 ComponentLinkedStorageAccountsInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ComponentLinkedStorageAccountsInnerModifier and TypeMethodDescriptionComponentLinkedStorageAccountsOperationsClient.createAndUpdate(String resourceGroupName, String resourceName, StorageType storageType, ComponentLinkedStorageAccountsInner linkedStorageAccountsProperties) Replace current linked storage account for an Application Insights component.ComponentLinkedStorageAccountsOperationsClient.get(String resourceGroupName, String resourceName, StorageType storageType) 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.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ComponentLinkedStorageAccountsInnerModifier and TypeMethodDescriptioncom.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.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.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.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ComponentLinkedStorageAccountsInnerModifier 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. -
Uses of ComponentLinkedStorageAccountsInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ComponentLinkedStorageAccountsInnerModifier and TypeMethodDescriptionComponentLinkedStorageAccountsInner.withLinkedStorageAccount(String linkedStorageAccount) Set the linkedStorageAccount property: Linked storage account resource ID. -
Uses of ComponentLinkedStorageAccountsInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ComponentLinkedStorageAccountsInnerModifier and TypeMethodDescriptionComponentLinkedStorageAccounts.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ComponentLinkedStorageAccountsInner object.