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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET