AgentPoolName 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.
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
AgentPoolName() |
Creates an new AgentPoolName instance. |
Properties
Name |
Methods
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() |