Uses of Class
com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AgentRegistrationInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionRetrieve the automation agent registration information.AgentRegistrationInformationsClient.regenerateKey
(String resourceGroupName, String automationAccountName, AgentRegistrationRegenerateKeyParameter parameters) Regenerate a primary or secondary agent registration key.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AgentRegistrationInner>
AgentRegistrationInformationsClient.getWithResponse
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve the automation agent registration information.com.azure.core.http.rest.Response<AgentRegistrationInner>
AgentRegistrationInformationsClient.regenerateKeyWithResponse
(String resourceGroupName, String automationAccountName, AgentRegistrationRegenerateKeyParameter parameters, com.azure.core.util.Context context) Regenerate a primary or secondary agent registration key. -
Uses of AgentRegistrationInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionAgentRegistrationInner.withDscMetaConfiguration
(String dscMetaConfiguration) Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.AgentRegistrationInner.withEndpoint
(String endpoint) Set the endpoint property: Gets or sets the dsc server endpoint.Set the id property: Gets or sets the id.AgentRegistrationInner.withKeys
(AgentRegistrationKeys keys) Set the keys property: Gets or sets the agent registration keys. -
Uses of AgentRegistrationInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAgentRegistration.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner object.