次の方法で共有


ArmSqlModelFactory.DataMaskingPolicyData メソッド

定義

DataMaskingPolicyData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Sql.DataMaskingPolicyData DataMaskingPolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, string kind = default, Azure.ResourceManager.Sql.Models.DataMaskingState? dataMaskingState = default, string exemptPrincipals = default, string applicationPrincipals = default, string maskingLevel = default);
static member DataMaskingPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * string * Nullable<Azure.ResourceManager.Sql.Models.DataMaskingState> * string * string * string -> Azure.ResourceManager.Sql.DataMaskingPolicyData
Public Shared Function DataMaskingPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional kind As String = Nothing, Optional dataMaskingState As Nullable(Of DataMaskingState) = Nothing, Optional exemptPrincipals As String = Nothing, Optional applicationPrincipals As String = Nothing, Optional maskingLevel As String = Nothing) As DataMaskingPolicyData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

location
Nullable<AzureLocation>

データ マスク ポリシーの場所。

kind
String

データ マスク ポリシーの種類。 Azure portalに使用されるメタデータ。

dataMaskingState
Nullable<DataMaskingState>

データ マスキング ポリシーの状態。

exemptPrincipals
String

除外プリンシパルの一覧。 データ マスク ポリシーが適用されないデータベース ユーザーのセミコロン区切りの一覧を指定します。 指定されたユーザーは、すべてのデータベース クエリをマスクせずにデータの結果を受け取ります。

applicationPrincipals
String

アプリケーション プリンシパルの一覧。 これはレガシ パラメーターであり、使用されなくなりました。

maskingLevel
String

マスク レベル。 これはレガシ パラメーターであり、使用されなくなりました。

戻り値

モック作成用の新しい DataMaskingPolicyData インスタンス。

適用対象