Agent Configuration Response
data class AgentConfigurationResponse(val configMode: String, val extensionsAllowList: List<ConfigurationExtensionResponse>, val extensionsBlockList: List<ConfigurationExtensionResponse>, val extensionsEnabled: String, val guestConfigurationEnabled: String, val incomingConnectionsPorts: List<String>, val proxyBypass: List<String>, val proxyUrl: String)
Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
Properties
Link copied to clipboard
Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
Link copied to clipboard
Array of extensions that are allowed to be installed or updated.
Link copied to clipboard
Array of extensions that are blocked (cannot be installed or updated)
Link copied to clipboard
Specifies whether the extension service is enabled or disabled.
Link copied to clipboard
Specified whether the guest configuration service is enabled or disabled.
Link copied to clipboard
Specifies the list of ports that the agent will be able to listen on.
Link copied to clipboard
List of service names which should not use the specified proxy server.