Uses of Class
com.azure.resourcemanager.automation.models.AgentRegistrationKeys
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AgentRegistrationKeys in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionAgentRegistrationInner.keys()
Get the keys property: Gets or sets the agent registration keys.Modifier and TypeMethodDescriptionAgentRegistrationInner.withKeys
(AgentRegistrationKeys keys) Set the keys property: Gets or sets the agent registration keys. -
Uses of AgentRegistrationKeys in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAgentRegistration.keys()
Gets the keys property: Gets or sets the agent registration keys.AgentRegistrationKeys.withPrimary
(String primary) Set the primary property: Gets or sets the primary key.AgentRegistrationKeys.withSecondary
(String secondary) Set the secondary property: Gets or sets the secondary key.