Sensitivity Labels - Delete
Egy adott oszlop bizalmassági címkéjének törlése
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-paraméterek
| Name | In | Kötelező | Típus | Description |
|---|---|---|---|---|
|
column
|
path | True |
string |
Az oszlop neve. |
|
database
|
path | True |
string |
Az adatbázis neve. |
|
resource
|
path | True |
string |
Az erőforrást tartalmazó erőforráscsoport neve. Ezt az értéket az Azure Resource Manager API-ból vagy a portálról szerezheti be. |
|
schema
|
path | True |
string |
A séma neve. |
|
sensitivity
|
path | True |
A bizalmassági címke forrása. |
|
|
server
|
path | True |
string |
A kiszolgáló neve. |
|
subscription
|
path | True |
string |
Az Azure-előfizetést azonosító előfizetés-azonosító. |
|
table
|
path | True |
string |
A tábla neve. |
|
api-version
|
query | True |
string |
A kéréshez használni kívánt API-verzió. |
Válaszok
| Name | Típus | Description |
|---|---|---|
| 200 OK |
Sikeresen törölte a bizalmassági címkét. |
|
| Other Status Codes |
Hibaválaszok: ***
|
Példák
Deletes the sensitivity label of a given column
Mintakérelem
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
Mintaválasz
Definíciók
| Name | Description |
|---|---|
|
Current |
A bizalmassági címke forrása. |
|
Error |
Az erőforrás-kezelési hiba további információi. |
|
Error |
A hiba részletei. |
|
Error |
Hibaválasz |
CurrentSensitivityLabelSource
A bizalmassági címke forrása.
| Érték | Description |
|---|---|
| current |
ErrorAdditionalInfo
Az erőforrás-kezelési hiba további információi.
| Name | Típus | Description |
|---|---|---|
| info |
object |
A további információk. |
| type |
string |
A további információtípus. |
ErrorDetail
A hiba részletei.
| Name | Típus | Description |
|---|---|---|
| additionalInfo |
A hiba további információi. |
|
| code |
string |
A hibakód. |
| details |
A hiba részletei. |
|
| message |
string |
A hibaüzenet. |
| target |
string |
A hibacél. |
ErrorResponse
Hibaválasz
| Name | Típus | Description |
|---|---|---|
| error |
A hibaobjektum. |