Uses of Class
com.azure.resourcemanager.automation.models.AgentRegistrationKeys
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return AgentRegistrationKeysModifier and TypeMethodDescriptionAgentRegistrationInner.keys()
Get the keys property: Gets or sets the agent registration keys.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type AgentRegistrationKeysModifier 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
Methods in com.azure.resourcemanager.automation.models that return AgentRegistrationKeysModifier and TypeMethodDescriptionstatic AgentRegistrationKeys
AgentRegistrationKeys.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AgentRegistrationKeys from the JsonReader.AgentRegistration.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.