Sensitivity Labels - Delete
Hiermee verwijdert u het vertrouwelijkheidslabel van een bepaalde kolom
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/current?api-version=2023-08-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
column
|
path | True |
string |
De naam van de kolom. |
database
|
path | True |
string |
De naam van de database. |
resource
|
path | True |
string |
De naam van de resourcegroep die de resource bevat. U kunt deze waarde verkrijgen via de Azure Resource Manager-API of de portal. |
schema
|
path | True |
string |
De naam van het schema. |
sensitivity
|
path | True |
De bron van het vertrouwelijkheidslabel. |
|
server
|
path | True |
string |
De naam van de server. |
subscription
|
path | True |
string |
De abonnements-id waarmee een Azure-abonnement wordt geïdentificeerd. |
table
|
path | True |
string |
De naam van de tabel. |
api-version
|
query | True |
string |
De API-versie die moet worden gebruikt voor de aanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Het vertrouwelijkheidslabel is verwijderd. |
|
Other Status Codes |
Foutreacties: ***
|
Voorbeelden
Deletes the sensitivity label of a given column
Voorbeeldaanvraag
DELETE https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn/sensitivityLabels/current?api-version=2023-08-01
Voorbeeldrespons
Definities
Name | Description |
---|---|
Current |
De bron van het vertrouwelijkheidslabel. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
CurrentSensitivityLabelSource
De bron van het vertrouwelijkheidslabel.
Waarde | Description |
---|---|
current |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het extra informatietype. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
De fout bevat aanvullende informatie. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |