Share via


AgentPoolUpdateParameters Constructors

Definition

Overloads

AgentPoolUpdateParameters()

Initializes a new instance of the AgentPoolUpdateParameters class.

AgentPoolUpdateParameters(Nullable<Int32>, IDictionary<String,String>)

Initializes a new instance of the AgentPoolUpdateParameters class.

AgentPoolUpdateParameters()

Initializes a new instance of the AgentPoolUpdateParameters class.

public AgentPoolUpdateParameters ();
Public Sub New ()

Applies to

AgentPoolUpdateParameters(Nullable<Int32>, IDictionary<String,String>)

Initializes a new instance of the AgentPoolUpdateParameters class.

public AgentPoolUpdateParameters (int? count = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.AgentPoolUpdateParameters : Nullable<int> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Models.AgentPoolUpdateParameters
Public Sub New (Optional count As Nullable(Of Integer) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

count
Nullable<Int32>

The count of agent machine

tags
IDictionary<String,String>

The ARM resource tags.

Applies to