Deployments - Delete At Subscription Scope
Hiermee verwijdert u een implementatie uit de implementatiegeschiedenis.
Een sjabloonimplementatie die momenteel wordt uitgevoerd, kan niet worden verwijderd. Als u een sjabloonimplementatie verwijdert, worden de bijbehorende implementatiebewerkingen verwijderd. Dit is een asynchrone bewerking die de status 202 retourneert totdat de sjabloonimplementatie is verwijderd. De antwoordheader Locatie bevat de URI die wordt gebruikt om de status van het proces op te halen. Terwijl het proces wordt uitgevoerd, retourneert een aanroep van de URI in de locatieheader de status 202. Wanneer het proces is voltooid, retourneert de URI in de locatieheader de status 204 bij geslaagd. Als de asynchrone aanvraag is mislukt, retourneert de URI in de locatieheader een statuscode op foutniveau.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}?api-version=2021-04-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
deployment
|
path | True |
string |
De naam van de implementatie. Regex-patroon: |
subscription
|
path | True |
string |
De Microsoft Azure-abonnements-id. |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
Name | Type | Description |
---|---|---|
202 Accepted |
Geaccepteerd: retourneert deze status totdat de asynchrone bewerking is voltooid. |
|
204 No Content |
Geen inhoud |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Definities
Name | Description |
---|---|
Cloud |
Een foutreactie voor een resourcebeheeraanvraag. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
Foutreactie |
CloudError
Een foutreactie voor een resourcebeheeraanvraag.
Name | Type | Description |
---|---|---|
error |
Foutreactie |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |