次の方法で共有


AgentPoolsOperationsExtensions.BeginCreateAsync メソッド

定義

指定したパラメーターを使用してコンテナー レジストリのエージェント プールを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool> BeginCreateAsync (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string resourceGroupName, string registryName, string agentPoolName, Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool agentPool, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool>
<Extension()>
Public Function BeginCreateAsync (operations As IAgentPoolsOperations, resourceGroupName As String, registryName As String, agentPoolName As String, agentPool As AgentPool, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AgentPool)

パラメーター

operations
IAgentPoolsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

agentPoolName
String

エージェント プールの名前。

agentPool
AgentPool

スケジュールする必要があるエージェント プールのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象