Job Credentials - Delete
Supprime les informations d’identification d’un travail.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/credentials/{credentialName}?api-version=2021-11-01
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
credential
|
path | True |
string |
Nom des informations d'identification. |
job
|
path | True |
string |
Nom de l’agent de travail. |
resource
|
path | True |
string |
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail. |
server
|
path | True |
string |
Le nom du serveur |
subscription
|
path | True |
string |
L’ID d’abonnement d’un abonnement Azure. |
api-version
|
query | True |
string |
Version de l’API à utiliser pour la requête. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Les informations d’identification ont été supprimées. |
|
204 No Content |
Il n’existe pas d’informations d’identification portant le nom spécifié. |
|
Other Status Codes |
Réponses d’erreur : ***
|