次の方法で共有


AgentPoolsOperationsExtensions.GetAsync メソッド

定義

特定のエージェント プールの詳細情報を取得します。

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

パラメーター

operations
IAgentPoolsOperations

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

resourceGroupName
String

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

registryName
String

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

agentPoolName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象