Freigeben über


AgentPoolDeleteMachinesContent Class

Definition

Specifies a list of machine names from the agent pool to be deleted. Serialized Name: AgentPoolDeleteMachinesParameter

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

Constructors

Name Description
AgentPoolDeleteMachinesContent(IEnumerable<String>)

Initializes a new instance of AgentPoolDeleteMachinesContent.

Properties

Name Description
MachineNames

The agent pool machine names. Serialized Name: AgentPoolDeleteMachinesParameter.machineNames

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AgentPoolDeleteMachinesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgentPoolDeleteMachinesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPoolDeleteMachinesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPoolDeleteMachinesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgentPoolDeleteMachinesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to