共用方式為


Disable-AzSqlInstanceDatabaseSensitivityRecommendation

停用 Azure SQL 受控實例資料庫中數據行的敏感度建議。。

語法

Disable-AzSqlInstanceDatabaseSensitivityRecommendation
       -InputObject <ManagedDatabaseSensitivityClassificationModel>
       [-PassThru]
       [-AsJob]
       [-DefaultProfile <IAzureContextContainer>]
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]
Disable-AzSqlInstanceDatabaseSensitivityRecommendation
       [-ResourceGroupName] <String>
       [-InstanceName] <String>
       [-DatabaseName] <String>
       -SchemaName <String>
       -TableName <String>
       -ColumnName <String>
       [-PassThru]
       [-AsJob]
       [-DefaultProfile <IAzureContextContainer>]
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]
Disable-AzSqlInstanceDatabaseSensitivityRecommendation
       -DatabaseObject <AzureSqlManagedDatabaseModel>
       -SchemaName <String>
       -TableName <String>
       -ColumnName <String>
       [-PassThru]
       [-AsJob]
       [-DefaultProfile <IAzureContextContainer>]
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]

Description

Disable-AzSqlInstanceDatabaseSensitivityRecommendation Cmdlet 會停用 Azure SQL 受控實例資料庫中數據行的敏感度建議。。

範例

範例 1:在 Azure SQL 受控實例資料庫中的指定數據行上停用敏感度建議。

Disable-AzSqlInstanceDatabaseSensitivityRecommendation -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database -SchemaName schema -TableName table -ColumnName column

範例 2:在具有管線的 Azure SQL 受控實例資料庫中具有敏感度建議的數據行上,停用敏感度建議。

Get-AzSqlInstanceDatabaseSensitivityRecommendation -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database | Disable-AzSqlInstanceDatabaseSensitivityRecommendation

範例 3:使用管線停用 Azure SQL 受控實例資料庫中指定數據行的敏感度建議。

Get-AzSqlInstanceDatabase -ResourceGroupName resourceGroup -InstanceName managedInstance -Name database | Disable-AzSqlInstanceDatabaseSensitivityRecommendation -SchemaName schema -TableName table -ColumnName column

參數

-AsJob

在背景執行 Cmdlet

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ColumnName

數據行的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DatabaseName

Azure SQL 受控實例資料庫的名稱。

類型:String
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DatabaseObject

Azure SQL 受控實例資料庫物件。

類型:AzureSqlManagedDatabaseModel
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

物件,表示 SQL 受控實例資料庫敏感度分類。

類型:ManagedDatabaseSensitivityClassificationModel
別名:ClassificationObject
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-InstanceName

Azure SQL 受控實例名稱。

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-PassThru

指定是否要在 Cmdlet 執行結束時輸出敏感度分類模型

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SchemaName

架構的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TableName

數據表的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

ManagedDatabaseSensitivityClassificationModel

輸出

Boolean