次の方法で共有


AgentPoolsOperationsExtensions.GetUpgradeProfileAsync メソッド

定義

エージェント プールのアップグレード プロファイルを取得します。

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

パラメーター

operations
IAgentPoolsOperations

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

resourceGroupName
String

リソース グループの名前。

resourceName
String

マネージド クラスター リソースの名前。

agentPoolName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したリソース グループとマネージド クラスター名を持つエージェント プールのアップグレード プロファイルの詳細を取得します。

適用対象