次の方法で共有


SharedKeysOperationsExtensions.GetSharedKeys メソッド

定義

ワークスペースの共有キーを取得します。

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

パラメーター

operations
ISharedKeysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

戻り値

適用対象