Uses of Interface
com.azure.resourcemanager.loganalytics.models.SharedKeys
Packages that use SharedKeys
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SharedKeys in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SharedKeysModifier and TypeMethodDescriptionSharedKeysOperations.getSharedKeys(String resourceGroupName, String workspaceName) Gets the shared keys for a workspace.SharedKeysOperations.regenerate(String resourceGroupName, String workspaceName) Regenerates the shared keys for a Log Analytics Workspace.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SharedKeysModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SharedKeys>SharedKeysOperations.getSharedKeysWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the shared keys for a workspace.com.azure.core.http.rest.Response<SharedKeys>SharedKeysOperations.regenerateWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Regenerates the shared keys for a Log Analytics Workspace.