次の方法で共有


AgentPoolUpdateParameters コンストラクター

定義

オーバーロード

AgentPoolUpdateParameters()

AgentPoolUpdateParameters クラスの新しいインスタンスを初期化します。

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

AgentPoolUpdateParameters クラスの新しいインスタンスを初期化します。

AgentPoolUpdateParameters()

AgentPoolUpdateParameters クラスの新しいインスタンスを初期化します。

public AgentPoolUpdateParameters();
Public Sub New ()

適用対象

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

AgentPoolUpdateParameters クラスの新しいインスタンスを初期化します。

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)

パラメーター

count
Nullable<Int32>

エージェント マシンの数

tags
IDictionary<String,String>

ARM リソース タグ。

適用対象