Condividi tramite


SharedKeysOperationsExtensions.GetSharedKeys Method

Definition

Gets the shared keys for a workspace.

public static Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys GetSharedKeys (this Microsoft.Azure.Management.OperationalInsights.ISharedKeysOperations operations, string resourceGroupName, string workspaceName);
static member GetSharedKeys : Microsoft.Azure.Management.OperationalInsights.ISharedKeysOperations * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys
<Extension()>
Public Function GetSharedKeys (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