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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET