Bagikan melalui


IAgentConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AgentConfigurationTypeConverter))]
public interface IAgentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AgentConfigurationTypeConverter))>]
type IAgentConfiguration = interface
    interface IJsonSerializable
Public Interface IAgentConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ConfigMode

Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.

ExtensionsAllowList

Array of extensions that are allowed to be installed or updated.

ExtensionsBlockList

Array of extensions that are blocked (cannot be installed or updated)

ExtensionsEnabled

Specifies whether the extension service is enabled or disabled.

GuestConfigurationEnabled

Specified whether the guest configuration service is enabled or disabled.

IncomingConnectionsPort

Specifies the list of ports that the agent will be able to listen on.

ProxyBypass

List of service names which should not use the specified proxy server.

ProxyUrl

Specifies the URL of the proxy to be used.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to