Load Test Profile Mappings - Delete
Een LoadTestProfileMappingResource verwijderen
DELETE https://management.azure.com/{resourceUri}/providers/Microsoft.LoadTestService/loadTestProfileMappings/{loadTestProfileMappingName}?api-version=2024-12-01-preview
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
load
|
path | True |
string pattern: ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ |
Naam van toewijzing van het laadtestprofiel |
|
resource
|
path | True |
string |
De volledig gekwalificeerde Azure Resource Manager-id van de resource. |
|
api-version
|
query | True |
string minLength: 1 |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 200 OK |
Resource is verwijderd. |
|
| 204 No Content |
Resource bestaat niet. |
|
| Other Status Codes |
Een onverwachte foutreactie. |
Beveiliging
azure_auth
OAuth2-stroom voor Azure Active Directory.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
| Name | Description |
|---|---|
| user_impersonation | zich voordoen als uw gebruikersaccount |
Voorbeelden
Delete a Load Test Profile Mapping Resource
Voorbeeldaanvraag
DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.Web/sites/sitename/providers/Microsoft.LoadTestService/loadTestProfileMappings/myLoadTestProfileMapping?api-version=2024-12-01-preview
Voorbeeldrespons
Definities
| Name | Description |
|---|---|
|
Error |
De fout in resourcebeheer aanvullende informatie. |
|
Error |
Het detail van de fout. |
|
Error |
Antwoord op fout |
ErrorAdditionalInfo
De fout in resourcebeheer aanvullende informatie.
| Name | Type | Description |
|---|---|---|
| info |
object |
De aanvullende informatie. |
| type |
string |
Het type aanvullende informatie. |
ErrorDetail
Het detail van de fout.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
De fout aanvullende informatie. |
|
| code |
string |
De foutcode. |
| details |
De details van de fout. |
|
| message |
string |
De foutmelding. |
| target |
string |
Het foutdoel. |
ErrorResponse
Antwoord op fout
| Name | Type | Description |
|---|---|---|
| error |
Het foutobject. |