Bagikan melalui


AgentPoolUpdateParameters Class

Definition

The parameters for updating an agent pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolUpdateParametersTypeConverter))]
public class AgentPoolUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPoolUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolUpdateParametersTypeConverter))>]
type AgentPoolUpdateParameters = class
    interface IAgentPoolUpdateParameters
    interface IJsonSerializable
Public Class AgentPoolUpdateParameters
Implements IAgentPoolUpdateParameters
Inheritance
AgentPoolUpdateParameters
Attributes
Implements

Constructors

AgentPoolUpdateParameters()

Creates an new AgentPoolUpdateParameters instance.

Properties

Count

The count of agent machine

Tag

The ARM resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPoolUpdateParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to