AgentPools interface
AgentPools を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, AgentPool, AgentPoolsCreateOrUpdateOptionalParams)
新しい Kubernetes クラスター エージェント プールを作成するか、既存の Kubernetes クラスター エージェント プールのプロパティを更新します。
function beginCreateOrUpdate(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- agentPoolParameters
- AgentPool
要求本文。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<AgentPool>, AgentPool>>
beginCreateOrUpdateAndWait(string, string, string, AgentPool, AgentPoolsCreateOrUpdateOptionalParams)
新しい Kubernetes クラスター エージェント プールを作成するか、既存の Kubernetes クラスター エージェント プールのプロパティを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams): Promise<AgentPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- agentPoolParameters
- AgentPool
要求本文。
options パラメーター。
戻り値
Promise<AgentPool>
beginDelete(string, string, string, AgentPoolsDeleteOptionalParams)
指定された Kubernetes クラスター エージェント プールを削除します。
function beginDelete(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- options
- AgentPoolsDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, AgentPoolsDeleteOptionalParams)
指定された Kubernetes クラスター エージェント プールを削除します。
function beginDeleteAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- options
- AgentPoolsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, AgentPoolsUpdateOptionalParams)
指定された Kubernetes クラスター エージェント プールのプロパティにパッチを適用するか、Kubernetes クラスター エージェント プールに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。
function beginUpdate(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- options
- AgentPoolsUpdateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<AgentPool>, AgentPool>>
beginUpdateAndWait(string, string, string, AgentPoolsUpdateOptionalParams)
指定された Kubernetes クラスター エージェント プールのプロパティにパッチを適用するか、Kubernetes クラスター エージェント プールに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。
function beginUpdateAndWait(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams): Promise<AgentPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- options
- AgentPoolsUpdateOptionalParams
options パラメーター。
戻り値
Promise<AgentPool>
get(string, string, string, AgentPoolsGetOptionalParams)
指定された Kubernetes クラスター エージェント プールのプロパティを取得します。
function get(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams): Promise<AgentPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
- agentPoolName
-
string
Kubernetes クラスター エージェント プールの名前。
- options
- AgentPoolsGetOptionalParams
options パラメーター。
戻り値
Promise<AgentPool>
listByKubernetesCluster(string, string, AgentPoolsListByKubernetesClusterOptionalParams)
指定された Kubernetes クラスターのエージェント プールの一覧を取得します。
function listByKubernetesCluster(resourceGroupName: string, kubernetesClusterName: string, options?: AgentPoolsListByKubernetesClusterOptionalParams): PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- kubernetesClusterName
-
string
Kubernetes クラスターの名前。
options パラメーター。