Package version:

Interface SyncAgents

Interface representing a SyncAgents.

Hierarchy

  • SyncAgents

Methods

  • Deletes a sync 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 on which the sync agent is hosted.

    • syncAgentName: string

      The name of the sync agent.

    • Optional options: SyncAgentsDeleteOptionalParams

      The options parameters.

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

  • Deletes a sync 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 on which the sync agent is hosted.

    • syncAgentName: string

      The name of the sync agent.

    • Optional options: SyncAgentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a sync 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 on which the sync agent is hosted.

    • syncAgentName: string

      The name of the sync agent.

    • Optional options: SyncAgentsGetOptionalParams

      The options parameters.

    Returns Promise<SyncAgent>

Generated using TypeDoc