IAgentRegistrationInformationOperations インターフェイス

定義

AgentRegistrationInformationOperations 操作。

public interface IAgentRegistrationInformationOperations
type IAgentRegistrationInformationOperations = interface
Public Interface IAgentRegistrationInformationOperations

メソッド

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

自動化エージェントの登録情報を取得します。 http://aka.ms/azureautomationsdk/agentregistrationoperations

RegenerateKeyWithHttpMessagesAsync(String, String, AgentRegistrationRegenerateKeyParameter, Dictionary<String,List<String>>, CancellationToken)

プライマリまたはセカンダリ エージェント登録キーを再生成する http://aka.ms/azureautomationsdk/agentregistrationoperations

拡張メソッド

Get(IAgentRegistrationInformationOperations, String, String)

自動化エージェントの登録情報を取得します。 http://aka.ms/azureautomationsdk/agentregistrationoperations

GetAsync(IAgentRegistrationInformationOperations, String, String, CancellationToken)

自動化エージェントの登録情報を取得します。 http://aka.ms/azureautomationsdk/agentregistrationoperations

RegenerateKey(IAgentRegistrationInformationOperations, String, String, AgentRegistrationRegenerateKeyParameter)

プライマリまたはセカンダリ エージェント登録キーを再生成する http://aka.ms/azureautomationsdk/agentregistrationoperations

RegenerateKeyAsync(IAgentRegistrationInformationOperations, String, String, AgentRegistrationRegenerateKeyParameter, CancellationToken)

プライマリまたはセカンダリ エージェント登録キーを再生成する http://aka.ms/azureautomationsdk/agentregistrationoperations

適用対象