Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner
Packages that use SharedKeysInner
Package
Description
Package containing the service clients for LogAnalytics.
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of SharedKeysInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return SharedKeysInnerModifier and TypeMethodDescriptionSharedKeysOperationsClient.getSharedKeys(String resourceGroupName, String workspaceName) Gets the shared keys for a workspace.SharedKeysOperationsClient.regenerate(String resourceGroupName, String workspaceName) Regenerates the shared keys for a Log Analytics Workspace.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type SharedKeysInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SharedKeysInner> SharedKeysOperationsClient.getSharedKeysWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the shared keys for a workspace.com.azure.core.http.rest.Response<SharedKeysInner> SharedKeysOperationsClient.regenerateWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Regenerates the shared keys for a Log Analytics Workspace. -
Uses of SharedKeysInner in com.azure.resourcemanager.loganalytics.fluent.models
Classes in com.azure.resourcemanager.loganalytics.fluent.models that implement interfaces with type arguments of type SharedKeysInnerMethods in com.azure.resourcemanager.loganalytics.fluent.models that return SharedKeysInnerModifier and TypeMethodDescriptionstatic SharedKeysInnerSharedKeysInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedKeysInner from the JsonReader. -
Uses of SharedKeysInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SharedKeysInnerModifier and TypeMethodDescriptionSharedKeys.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner object.