Share via


SharedKeysOperationsExtensions.Regenerate Method

Definition

Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.

public static Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys Regenerate (this Microsoft.Azure.Management.OperationalInsights.ISharedKeysOperations operations, string resourceGroupName, string workspaceName);
static member Regenerate : Microsoft.Azure.Management.OperationalInsights.ISharedKeysOperations * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys
<Extension()>
Public Function Regenerate (operations As ISharedKeysOperations, resourceGroupName As String, workspaceName As String) As SharedKeys

Parameters

operations
ISharedKeysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

Returns

Applies to