Share via


AgentPoolsGet interface

Methods

delete(AgentPoolsDeleteParameters)

Deletes an agent pool in the specified managed cluster.

get(RequestParameters)

Gets the specified managed cluster agent pool.

put(AgentPoolsCreateOrUpdateParameters)

Creates or updates an agent pool in the specified managed cluster.

Method Details

delete(AgentPoolsDeleteParameters)

Deletes an agent pool in the specified managed cluster.

function delete(options?: AgentPoolsDeleteParameters): StreamableMethod<AgentPoolsDelete202Response | AgentPoolsDelete204Response | AgentPoolsDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets the specified managed cluster agent pool.

function get(options?: RequestParameters): StreamableMethod<AgentPoolsGet200Response | AgentPoolsGetDefaultResponse>

Parameters

Returns

put(AgentPoolsCreateOrUpdateParameters)

Creates or updates an agent pool in the specified managed cluster.

function put(options: AgentPoolsCreateOrUpdateParameters): StreamableMethod<AgentPoolsCreateOrUpdate200Response | AgentPoolsCreateOrUpdate201Response | AgentPoolsCreateOrUpdateDefaultResponse>

Parameters

Returns