Package version:

Interface representing a AgentPools.

Hierarchy

  • AgentPools

Methods

  • Creates an agent pool for a container registry with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • agentPool: AgentPool

      The parameters of an agent pool that needs to scheduled.

    • Optional options: AgentPoolsCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<AgentPool>, AgentPool>>

  • Creates an agent pool for a container registry with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • agentPool: AgentPool

      The parameters of an agent pool that needs to scheduled.

    • Optional options: AgentPoolsCreateOptionalParams

      The options parameters.

    Returns Promise<AgentPool>

  • Deletes a specified agent pool resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a specified agent pool resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the detailed information for a given agent pool.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsGetOptionalParams

      The options parameters.

    Returns Promise<AgentPool>

Generated using TypeDoc