AgentPoolUpdateParameters Constructors
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.
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
- tags
- IDictionary<String,String>
The ARM resource tags.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET