次の方法で共有


SensitivityLabelsOperationsExtensions.ListRecommendedByDatabase メソッド

定義

指定されたデータベースの秘密度ラベルを取得します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> ListRecommendedByDatabase (this Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> odataQuery = default, string skipToken = default, bool? includeDisabledRecommendations = default);
static member ListRecommendedByDatabase : Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>
<Extension()>
Public Function ListRecommendedByDatabase (operations As ISensitivityLabelsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional odataQuery As ODataQuery(Of SensitivityLabel) = Nothing, Optional skipToken As String = Nothing, Optional includeDisabledRecommendations As Nullable(Of Boolean) = Nothing) As IPage(Of SensitivityLabel)

パラメーター

operations
ISensitivityLabelsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

odataQuery
ODataQuery<SensitivityLabel>

操作に適用する OData パラメーター。

skipToken
String
includeDisabledRecommendations
Nullable<Boolean>

無効な推奨事項を含めるかどうかを指定します。

戻り値

適用対象