Compartir a través de


AgentConfiguration Class

Definition

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

Constructors

AgentConfiguration()

Properties

ConfigMode
ExtensionsAllowList
ExtensionsBlockList
ExtensionsEnabled
GuestConfigurationEnabled
IncomingConnectionsPort
ProxyBypass
ProxyUrl

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to