Sdílet prostřednictvím


AgentPoolOperations interface

Rozhraní představující AgentPoolOperations.

Metody

beginCreateOrUpdate(string, string, AgentPool, AgentPoolCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje fond agentů ve zřízeném clusteru.

beginCreateOrUpdateAndWait(string, string, AgentPool, AgentPoolCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje fond agentů ve zřízeném clusteru.

beginDelete(string, string, AgentPoolDeleteOptionalParams)

Odstraní zadaný fond agentů ve zřízeném clusteru.

beginDeleteAndWait(string, string, AgentPoolDeleteOptionalParams)

Odstraní zadaný fond agentů ve zřízeném clusteru.

get(string, string, AgentPoolGetOptionalParams)

Získá zadaný fond agentů ve zřízeném clusteru.

listByProvisionedCluster(string, AgentPoolListByProvisionedClusterOptionalParams)

Získá seznam fondů agentů v zadaném zřízeném clusteru.

Podrobnosti metody

beginCreateOrUpdate(string, string, AgentPool, AgentPoolCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje fond agentů ve zřízeném clusteru.

function beginCreateOrUpdate(connectedClusterResourceUri: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

agentPoolName

string

Parametr pro název fondu agentů ve zřízeném clusteru.

agentPool
AgentPool

Definice prostředku fondu agentů

options
AgentPoolCreateOrUpdateOptionalParams

Parametry možností

Návraty

Promise<@azure/core-lro.SimplePollerLike<OperationState<AgentPool>, AgentPool>>

beginCreateOrUpdateAndWait(string, string, AgentPool, AgentPoolCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje fond agentů ve zřízeném clusteru.

function beginCreateOrUpdateAndWait(connectedClusterResourceUri: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolCreateOrUpdateOptionalParams): Promise<AgentPool>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

agentPoolName

string

Parametr pro název fondu agentů ve zřízeném clusteru.

agentPool
AgentPool

Definice prostředku fondu agentů

options
AgentPoolCreateOrUpdateOptionalParams

Parametry možností

Návraty

Promise<AgentPool>

beginDelete(string, string, AgentPoolDeleteOptionalParams)

Odstraní zadaný fond agentů ve zřízeném clusteru.

function beginDelete(connectedClusterResourceUri: string, agentPoolName: string, options?: AgentPoolDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolDeleteHeaders>, AgentPoolDeleteHeaders>>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

agentPoolName

string

Parametr pro název fondu agentů ve zřízeném clusteru.

options
AgentPoolDeleteOptionalParams

Parametry možností

Návraty

Promise<@azure/core-lro.SimplePollerLike<OperationState<AgentPoolDeleteHeaders>, AgentPoolDeleteHeaders>>

beginDeleteAndWait(string, string, AgentPoolDeleteOptionalParams)

Odstraní zadaný fond agentů ve zřízeném clusteru.

function beginDeleteAndWait(connectedClusterResourceUri: string, agentPoolName: string, options?: AgentPoolDeleteOptionalParams): Promise<AgentPoolDeleteHeaders>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

agentPoolName

string

Parametr pro název fondu agentů ve zřízeném clusteru.

options
AgentPoolDeleteOptionalParams

Parametry možností

Návraty

get(string, string, AgentPoolGetOptionalParams)

Získá zadaný fond agentů ve zřízeném clusteru.

function get(connectedClusterResourceUri: string, agentPoolName: string, options?: AgentPoolGetOptionalParams): Promise<AgentPool>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

agentPoolName

string

Parametr pro název fondu agentů ve zřízeném clusteru.

options
AgentPoolGetOptionalParams

Parametry možností

Návraty

Promise<AgentPool>

listByProvisionedCluster(string, AgentPoolListByProvisionedClusterOptionalParams)

Získá seznam fondů agentů v zadaném zřízeném clusteru.

function listByProvisionedCluster(connectedClusterResourceUri: string, options?: AgentPoolListByProvisionedClusterOptionalParams): PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>

Parametry

connectedClusterResourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manager připojeného prostředku clusteru.

Návraty