次の方法で共有


ISharedKeysOperations インターフェイス

定義

SharedKeysOperations 操作。

public interface ISharedKeysOperations
type ISharedKeysOperations = interface
Public Interface ISharedKeysOperations

メソッド

GetSharedKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

RegenerateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Log Analytics ワークスペースの共有キーを再生成します。 これらのキーを使用して、Microsoft Operational Insights エージェントをワークスペースに接続します。

拡張メソッド

GetSharedKeys(ISharedKeysOperations, String, String)

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

GetSharedKeysAsync(ISharedKeysOperations, String, String, CancellationToken)

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

Regenerate(ISharedKeysOperations, String, String)

Log Analytics ワークスペースの共有キーを再生成します。 これらのキーを使用して、Microsoft Operational Insights エージェントをワークスペースに接続します。

RegenerateAsync(ISharedKeysOperations, String, String, CancellationToken)

Log Analytics ワークスペースの共有キーを再生成します。 これらのキーを使用して、Microsoft Operational Insights エージェントをワークスペースに接続します。

適用対象