你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAgentConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.AgentConfigurationTypeConverter))]
public interface IAgentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.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) |