Share via


AgentPoolName Class

Definition

Name of the default Agent Pool

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolNameTypeConverter))]
public class AgentPoolName : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolNameTypeConverter))>]
type AgentPoolName = class
    interface IAgentPoolName
    interface IJsonSerializable
Public Class AgentPoolName
Implements IAgentPoolName
Inheritance
AgentPoolName
Attributes
Implements

Constructors

Name Description
AgentPoolName()

Creates an new AgentPoolName instance.

Properties

Name Description
Name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolName.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolName.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to