AgentConfigurationResponse

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.

Constructors

Link copied to clipboard
constructor(configMode: String, extensionsAllowList: List<ConfigurationExtensionResponse>, extensionsBlockList: List<ConfigurationExtensionResponse>, extensionsEnabled: String, guestConfigurationEnabled: String, incomingConnectionsPorts: List<String>, proxyBypass: List<String>, proxyUrl: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Specifies the URL of the proxy to be used.