SharedKeysOperations interface
Interface representing a SharedKeys operations.
Properties
| get |
Gets the shared keys for a workspace. |
| regenerate | Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace. |
Property Details
getSharedKeys
Gets the shared keys for a workspace.
getSharedKeys: (resourceGroupName: string, workspaceName: string, options?: SharedKeysGetSharedKeysOptionalParams) => Promise<SharedKeys>
Property Value
(resourceGroupName: string, workspaceName: string, options?: SharedKeysGetSharedKeysOptionalParams) => Promise<SharedKeys>
regenerate
Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.
regenerate: (resourceGroupName: string, workspaceName: string, options?: SharedKeysRegenerateOptionalParams) => Promise<SharedKeys>
Property Value
(resourceGroupName: string, workspaceName: string, options?: SharedKeysRegenerateOptionalParams) => Promise<SharedKeys>