Package version:

Interface JobCredentials

Interface representing a JobCredentials.

Hierarchy

  • JobCredentials

Methods

  • Deletes a job credential.

    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.

    • credentialName: string

      The name of the credential.

    • Optional options: JobCredentialsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a jobs credential.

    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.

    • credentialName: string

      The name of the credential.

    • Optional options: JobCredentialsGetOptionalParams

      The options parameters.

    Returns Promise<JobCredential>

Generated using TypeDoc