Package version:

Interface representing a AgentPoolOperations.

Hierarchy

  • AgentPoolOperations

Methods

  • Deletes the agent pool in the Hybrid AKS provisioned cluster

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • provisionedClustersName: string

      Parameter for the name of the provisioned cluster

    • agentPoolName: string

      Parameter for the name of the agent pool in the provisioned cluster

    • Optional options: AgentPoolDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the agent pool in the Hybrid AKS provisioned cluster

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • provisionedClustersName: string

      Parameter for the name of the provisioned cluster

    • agentPoolName: string

      Parameter for the name of the agent pool in the provisioned cluster

    • Optional options: AgentPoolGetOptionalParams

      The options parameters.

    Returns Promise<AgentPool>

  • Updates the agent pool in the Hybrid AKS provisioned cluster

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • provisionedClustersName: string

      Parameter for the name of the provisioned cluster

    • agentPoolName: string

      Parameter for the name of the agent pool in the provisioned cluster

    • agentPool: AgentPool

      The agentPool resource definition

    • Optional options: AgentPoolUpdateOptionalParams

      The options parameters.

    Returns Promise<AgentPool>

Generated using TypeDoc