IAgentRegistrationOperation 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.
Service operation for automation agent registration information. (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information)
public interface IAgentRegistrationOperation
type IAgentRegistrationOperation = interface
Public Interface IAgentRegistrationOperation
Methods
GetAsync(String, String, CancellationToken) |
Retrieve the automation agent registration information. (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |
RegenerateKeyAsync(String, String, AgentRegistrationRegenerateKeyParameter, CancellationToken) |
Regenerate a primary or secondary agent registration key (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |
Extension Methods
Get(IAgentRegistrationOperation, String, String) |
Retrieve the automation agent registration information. (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |
GetAsync(IAgentRegistrationOperation, String, String) |
Retrieve the automation agent registration information. (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |
RegenerateKey(IAgentRegistrationOperation, String, String, AgentRegistrationRegenerateKeyParameter) |
Regenerate a primary or secondary agent registration key (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |
RegenerateKeyAsync(IAgentRegistrationOperation, String, String, AgentRegistrationRegenerateKeyParameter) |
Regenerate a primary or secondary agent registration key (see http://aka.ms/azureautomationsdk/agentregistrationoperations for more information) |