次の方法で共有


AgentPoolAvailableVersionsInner クラス

  • java.lang.Object
    • com.microsoft.azure.management.containerservice.implementation.AgentPoolAvailableVersionsInner

public class AgentPoolAvailableVersionsInner

エージェント プールで使用可能なバージョンの一覧。

メソッドの概要

修飾子と型 メソッドと説明
List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions()

エージェント プールで使用できるバージョンの一覧を取得します。

String id()

エージェント プールの使用可能なバージョンの ID を取得します。

String name()

エージェント プールの使用可能なバージョンの名前を取得します。

String type()

エージェント プールの使用可能なバージョンの種類を取得します。

AgentPoolAvailableVersionsInner withAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions)

エージェント プールで使用できるバージョンの一覧を設定します。

メソッドの詳細

agentPoolVersions

public List agentPoolVersions()

エージェント プールで使用できるバージョンの一覧を取得します。

Returns:

agentPoolVersions 値

id

public String id()

エージェント プールの使用可能なバージョンの ID を取得します。

Returns:

id 値

name

public String name()

エージェント プールの使用可能なバージョンの名前を取得します。

Returns:

名前の値

type

public String type()

エージェント プールの使用可能なバージョンの種類を取得します。

Returns:

型の値

withAgentPoolVersions

public AgentPoolAvailableVersionsInner withAgentPoolVersions(List agentPoolVersions)

エージェント プールで使用できるバージョンの一覧を設定します。

Parameters:

agentPoolVersions - 設定する agentPoolVersions 値

Returns:

AgentPoolAvailableVersionsInner オブジェクト自体。

適用対象