次の方法で共有


ProvisionedClusterResource.GetHybridContainerServiceAgentPoolAsync メソッド

定義

ハイブリッド AKS プロビジョニング クラスター内のエージェント プールを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdagentPool_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>> GetHybridContainerServiceAgentPoolAsync (string agentPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridContainerServiceAgentPoolAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>>
override this.GetHybridContainerServiceAgentPoolAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>>
Public Overridable Function GetHybridContainerServiceAgentPoolAsync (agentPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridContainerServiceAgentPoolResource))

パラメーター

agentPoolName
String

プロビジョニングされたクラスター内のエージェント プールの名前のパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

agentPoolName は空の文字列であり、空でないと予想されていました。

agentPoolName が null です。

適用対象