SharedKeysOperationsExtensions.GetSharedKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.