Uses of Interface
com.azure.resourcemanager.automation.models.AgentRegistration
Packages that use AgentRegistration
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AgentRegistration in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return AgentRegistrationModifier and TypeMethodDescriptionRetrieve the automation agent registration information.AgentRegistrationInformations.regenerateKey
(String resourceGroupName, String automationAccountName, AgentRegistrationRegenerateKeyParameter parameters) Regenerate a primary or secondary agent registration key.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type AgentRegistrationModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<AgentRegistration> AgentRegistrationInformations.getWithResponse
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve the automation agent registration information.com.azure.core.http.rest.Response
<AgentRegistration> AgentRegistrationInformations.regenerateKeyWithResponse
(String resourceGroupName, String automationAccountName, AgentRegistrationRegenerateKeyParameter parameters, com.azure.core.util.Context context) Regenerate a primary or secondary agent registration key.