你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AgentOptions Class
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.
AgentOptions are configurations that will be applied to each agent in an agent pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.AgentOptionsTypeConverter))]
public class AgentOptions : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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.Api20240701.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() |