Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner
Packages that use SharedKeysInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return SharedKeysInnerModifier and TypeMethodDescriptionSharedKeysInner.withPrimarySharedKey(String primarySharedKey) Set the primarySharedKey property: The primary shared key of a workspace.SharedKeysInner.withSecondarySharedKey(String secondarySharedKey) Set the secondarySharedKey property: The secondary shared key of a workspace. -
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.