共用方式為


NetworkCloudAgentConfiguration Class

Definition

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

public class NetworkCloudAgentConfiguration
public class NetworkCloudAgentConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentConfiguration>
type NetworkCloudAgentConfiguration = class
type NetworkCloudAgentConfiguration = class
    interface IJsonModel<NetworkCloudAgentConfiguration>
    interface IPersistableModel<NetworkCloudAgentConfiguration>
Public Class NetworkCloudAgentConfiguration
Public Class NetworkCloudAgentConfiguration
Implements IJsonModel(Of NetworkCloudAgentConfiguration), IPersistableModel(Of NetworkCloudAgentConfiguration)
Inheritance
NetworkCloudAgentConfiguration
Implements

Constructors

NetworkCloudAgentConfiguration(Int64)

Initializes a new instance of NetworkCloudAgentConfiguration.

Properties

HugepagesCount

The number of hugepages to allocate.

HugepagesSize

The size of the hugepages to allocate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkCloudAgentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkCloudAgentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudAgentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudAgentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkCloudAgentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to