Data Collection Rule Associations - Delete
Hiermee verwijdert u een koppeling.
DELETE https://management.azure.com/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}?api-version=2024-03-11
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
association
|
path | True |
string |
De naam van de vereniging. De naam is hoofdletterongevoelig. |
|
resource
|
path | True |
string minLength: 1 |
De 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 |
De associatie werd succesvol verwijderd |
|
| 204 No Content |
Vereniging bestond niet |
|
| Other Status Codes |
Fout |
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 association
Voorbeeldaanvraag
DELETE https://management.azure.com/subscriptions/703362b3-f278-4e4b-9179-c76eaf41ffc2/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm/providers/Microsoft.Insights/dataCollectionRuleAssociations/myAssociation?api-version=2024-03-11
Voorbeeldrespons
Definities
| Name | Description |
|---|---|
|
Error |
De fout in resourcebeheer aanvullende informatie. |
|
Error |
Het detail van de fout. |
|
Error |
Foutreactie |
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 foutdetails. |
|
| message |
string |
Het foutbericht. |
| target |
string |
Het foutdoel. |
ErrorResponseCommonV2
Foutreactie
| Name | Type | Description |
|---|---|---|
| error |
Het foutobject. |