次の方法で共有


AgentProperties コンストラクター

定義

オーバーロード

AgentProperties()

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

AgentProperties(Nullable<Int32>)

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

AgentProperties()

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

public AgentProperties ();
Public Sub New ()

適用対象

AgentProperties(Nullable<Int32>)

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

public AgentProperties (int? cpu = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties : Nullable<int> -> Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties
Public Sub New (Optional cpu As Nullable(Of Integer) = Nothing)

パラメーター

cpu
Nullable<Int32>

実行に必要なコア数に関する CPU 構成。

適用対象