Uses of Class
com.azure.resourcemanager.loganalytics.models.StorageAccount
Packages that use StorageAccount
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of StorageAccount in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return StorageAccountModifier and TypeMethodDescriptionStorageInsightInner.storageAccount()Get the storageAccount property: The storage account connection details.StorageInsightProperties.storageAccount()Get the storageAccount property: The storage account connection details.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type StorageAccountModifier and TypeMethodDescriptionStorageInsightInner.withStorageAccount(StorageAccount storageAccount) Set the storageAccount property: The storage account connection details.StorageInsightProperties.withStorageAccount(StorageAccount storageAccount) Set the storageAccount property: The storage account connection details. -
Uses of StorageAccount in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type StorageAccountModifier and TypeClassDescriptionfinal classDescribes a storage account connection.Methods in com.azure.resourcemanager.loganalytics.models that return StorageAccountModifier and TypeMethodDescriptionstatic StorageAccountStorageAccount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccount from the JsonReader.StorageInsight.storageAccount()Gets the storageAccount property: The storage account connection details.Set the id property: The Azure Resource Manager ID of the storage account resource.Set the key property: The storage account key.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type StorageAccountModifier and TypeMethodDescriptionStorageInsight.DefinitionStages.WithStorageAccount.withStorageAccount(StorageAccount storageAccount) Specifies the storageAccount property: The storage account connection details.StorageInsight.UpdateStages.WithStorageAccount.withStorageAccount(StorageAccount storageAccount) Specifies the storageAccount property: The storage account connection details.