AgentPoolDeleteMachinesParameter 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.
Specifies a list of machine names from the agent pool to be deleted.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolDeleteMachinesParameterTypeConverter))]
public class AgentPoolDeleteMachinesParameter : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolDeleteMachinesParameterTypeConverter))>]
type AgentPoolDeleteMachinesParameter = class
interface IAgentPoolDeleteMachinesParameter
interface IJsonSerializable
Public Class AgentPoolDeleteMachinesParameter
Implements IAgentPoolDeleteMachinesParameter
- Inheritance
-
AgentPoolDeleteMachinesParameter
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AgentPoolDeleteMachinesParameter() |
Creates an new AgentPoolDeleteMachinesParameter instance. |
Properties
| Name | Description |
|---|---|
| MachineName |
The agent pool machine names. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgentPoolDeleteMachinesParameter. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgentPoolDeleteMachinesParameter. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter. |
| FromJsonString(String) |
Creates a new instance of AgentPoolDeleteMachinesParameter, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgentPoolDeleteMachinesParameter into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |