AgentPoolsGet interface
Methods
| delete(Agent |
Deletes an agent pool in the specified managed cluster. |
| get(Request |
Gets the specified managed cluster agent pool. |
| put(Agent |
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
- options
- AgentPoolsDeleteParameters
Returns
get(RequestParameters)
Gets the specified managed cluster agent pool.
function get(options?: RequestParameters): StreamableMethod<AgentPoolsGet200Response | AgentPoolsGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(AgentPoolsCreateOrUpdateParameters)
Creates or updates an agent pool in the specified managed cluster.
function put(options: AgentPoolsCreateOrUpdateParameters): StreamableMethod<AgentPoolsCreateOrUpdate200Response | AgentPoolsCreateOrUpdate201Response | AgentPoolsCreateOrUpdateDefaultResponse>