Share via


AgentOptions Class

Definition

AgentOptions are configurations that will be applied to each agent in an agent pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AgentOptionsTypeConverter))]
public class AgentOptions : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAgentOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AgentOptionsTypeConverter))>]
type AgentOptions = class
    interface IAgentOptions
    interface IJsonSerializable
Public Class AgentOptions
Implements IAgentOptions
Inheritance
AgentOptions
Attributes
Implements

Constructors

AgentOptions()

Creates an new AgentOptions instance.

Properties

HugepagesCount

The number of hugepages to allocate.

HugepagesSize

The size of the hugepages to allocate.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentOptions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentOptions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAgentOptions.

FromJsonString(String)

Creates a new instance of AgentOptions, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentOptions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to