Uses of Interface
com.azure.resourcemanager.automation.models.AgentRegistration
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AgentRegistration in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRetrieve the automation agent registration information.AgentRegistrationInformations.regenerateKey
(String resourceGroupName, String automationAccountName, AgentRegistrationRegenerateKeyParameter parameters) Regenerate a primary or secondary agent registration key.Modifier 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.