DataMaskingPolicyInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataMaskingPolicyInner() |
Initializes a new instance of the DataMaskingPolicyInner class. |
DataMaskingPolicyInner(DataMaskingState, String, String, String, String, String, String, String, String) |
Initializes a new instance of the DataMaskingPolicyInner class. |
DataMaskingPolicyInner()
Initializes a new instance of the DataMaskingPolicyInner class.
public DataMaskingPolicyInner ();
Public Sub New ()
Applies to
DataMaskingPolicyInner(DataMaskingState, String, String, String, String, String, String, String, String)
Initializes a new instance of the DataMaskingPolicyInner class.
public DataMaskingPolicyInner (Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingState dataMaskingState, string id = default, string name = default, string type = default, string exemptPrincipals = default, string applicationPrincipals = default, string maskingLevel = default, string location = default, string kind = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingPolicyInner : Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingState * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingPolicyInner
Public Sub New (dataMaskingState As DataMaskingState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional exemptPrincipals As String = Nothing, Optional applicationPrincipals As String = Nothing, Optional maskingLevel As String = Nothing, Optional location As String = Nothing, Optional kind As String = Nothing)
Parameters
- dataMaskingState
- DataMaskingState
The state of the data masking policy. Possible values include: 'Disabled', 'Enabled'
- id
- String
- name
- String
- type
- String
- exemptPrincipals
- String
The list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries.
- applicationPrincipals
- String
The list of the application principals. This is a legacy parameter and is no longer used.
- maskingLevel
- String
The masking level. This is a legacy parameter and is no longer used.
- location
- String
The location of the data masking policy.
- kind
- String
The kind of data masking policy. Metadata, used for Azure portal.
Applies to
Azure SDK for .NET