Delen via


Application Type Versions - Delete

Hiermee verwijdert u een versieresource van een Service Fabric-toepassingstype.
Verwijder een versieresource van het Service Fabric-toepassingstype met de opgegeven naam.

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}?api-version=2023-11-01-preview

URI-parameters

Name In Vereist Type Description
applicationTypeName
path True

string

De naam van de naamresource van het toepassingstype.

clusterName
path True

string

De naam van de clusterresource.

resourceGroupName
path True

string

De naam van de resourcegroep.

subscriptionId
path True

string

De abonnements-id van de klant.

version
path True

string

De versie van het toepassingstype.

api-version
query True

string

De versie van de Service Fabric-resourceprovider-API. Dit is een vereiste parameter en de waarde moet '2023-11-01-preview' zijn voor deze specificatie.

Antwoorden

Name Type Description
202 Accepted

De aanvraag is geaccepteerd en de bewerking wordt asynchroon voltooid.

204 No Content

De resource is niet gevonden.

Other Status Codes

ErrorModel

Het gedetailleerde foutantwoord.

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

Voorbeelden

Delete an application type version

Voorbeeldaanvraag

DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes/myAppType/versions/1.0?api-version=2023-11-01-preview

Voorbeeldrespons

Retry-After: 10
Location: http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/28e62369-ed8c-4aba-8c05-ab7d6238cc3d?api-version=2023-11-01-preview

Definities

Name Description
ErrorModel

De structuur van de fout.

ErrorModelError

De foutdetails.

ErrorModel

De structuur van de fout.

Name Type Description
error

ErrorModelError

De foutdetails.

ErrorModelError

De foutdetails.

Name Type Description
code

string

De foutcode.

message

string

Het foutbericht.