Package version:

Interface JobAgents

Interface representing a JobAgents.

Hierarchy

  • JobAgents

Methods

  • Creates or updates a job agent.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • jobAgentName: string

      The name of the job agent to be created or updated.

    • parameters: JobAgent

      The requested job agent resource state.

    • Optional options: JobAgentsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<JobAgent>, JobAgent>>

  • Creates or updates a job agent.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • jobAgentName: string

      The name of the job agent to be created or updated.

    • parameters: JobAgent

      The requested job agent resource state.

    • Optional options: JobAgentsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<JobAgent>

  • Deletes a job agent.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • jobAgentName: string

      The name of the job agent to be deleted.

    • Optional options: JobAgentsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a job agent.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • jobAgentName: string

      The name of the job agent to be deleted.

    • Optional options: JobAgentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a job agent.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • jobAgentName: string

      The name of the job agent to be retrieved.

    • Optional options: JobAgentsGetOptionalParams

      The options parameters.

    Returns Promise<JobAgent>

Generated using TypeDoc