IAgentRegistrationInformationOperations Interface
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.
AgentRegistrationInformationOperations operations.
public interface IAgentRegistrationInformationOperations
type IAgentRegistrationInformationOperations = interface
Public Interface IAgentRegistrationInformationOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the automation agent registration information. http://aka.ms/azureautomationsdk/agentregistrationoperations |
RegenerateKeyWithHttpMessagesAsync(String, String, AgentRegistrationRegenerateKeyParameter, Dictionary<String,List<String>>, CancellationToken) |
Regenerate a primary or secondary agent registration key http://aka.ms/azureautomationsdk/agentregistrationoperations |
Extension Methods
Get(IAgentRegistrationInformationOperations, String, String) |
Retrieve the automation agent registration information. http://aka.ms/azureautomationsdk/agentregistrationoperations |
GetAsync(IAgentRegistrationInformationOperations, String, String, CancellationToken) |
Retrieve the automation agent registration information. http://aka.ms/azureautomationsdk/agentregistrationoperations |
RegenerateKey(IAgentRegistrationInformationOperations, String, String, AgentRegistrationRegenerateKeyParameter) |
Regenerate a primary or secondary agent registration key http://aka.ms/azureautomationsdk/agentregistrationoperations |
RegenerateKeyAsync(IAgentRegistrationInformationOperations, String, String, AgentRegistrationRegenerateKeyParameter, CancellationToken) |
Regenerate a primary or secondary agent registration key http://aka.ms/azureautomationsdk/agentregistrationoperations |
Applies to
Azure SDK for .NET