BuildAzureSqlDatabaseDataMaskingRule Class
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.
Base for creation and update of data masking rule.
public abstract class BuildAzureSqlDatabaseDataMaskingRule : Microsoft.Azure.Commands.Sql.DataMasking.Cmdlet.SqlDatabaseDataMaskingRuleCmdletBase
type BuildAzureSqlDatabaseDataMaskingRule = class
inherit SqlDatabaseDataMaskingRuleCmdletBase
Public MustInherit Class BuildAzureSqlDatabaseDataMaskingRule
Inherits SqlDatabaseDataMaskingRuleCmdletBase
- Inheritance
-
BuildAzureSqlDatabaseDataMaskingRule
Constructors
BuildAzureSqlDatabaseDataMaskingRule() |
Fields
_adalListener | (Inherited from AzurePSCmdlet) |
_clientRequestId | (Inherited from AzurePSCmdlet) |
_fileTimeStampSuffixFormat | (Inherited from AzurePSCmdlet) |
_metricHelper | (Inherited from AzurePSCmdlet) |
_qosEvent | (Inherited from AzurePSCmdlet) |
_serviceClientTracingInterceptor | (Inherited from AzureRMCmdlet) |
AUX_HEADER_NAME | (Inherited from AzureRMCmdlet) |
AUX_TOKEN_APPEND_CHAR | (Inherited from AzureRMCmdlet) |
AUX_TOKEN_PREFIX | (Inherited from AzureRMCmdlet) |
EnqueueDebugKey | (Inherited from AzureRMCmdlet) |
MAX_NUMBER_OF_TOKENS_ALLOWED_IN_AUX_HEADER | (Inherited from AzureRMCmdlet) |
WriteDebugKey | (Inherited from AzureRMCmdlet) |
WriteInformationKey | (Inherited from AzureRMCmdlet) |
WriteVerboseKey | (Inherited from AzureRMCmdlet) |
WriteWarningKey | (Inherited from AzureRMCmdlet) |
Properties
_dataCollectionProfile | (Inherited from AzurePSCmdlet) |
_matchers | (Inherited from AzurePSCmdlet) |
AsJobDynamicParameters | (Inherited from AzurePSCmdlet) |
ColumnName |
Gets or sets the column name (Inherited from SqlDatabaseDataMaskingRuleCmdletBase) |
DatabaseName |
Gets or sets the name of the database to use. (Inherited from AzureSqlDatabaseCmdletBase<M,A>) |
DataCollectionWarning | (Inherited from AzureRMCmdlet) |
DebugMessages | (Inherited from AzurePSCmdlet) |
DefaultContext | (Inherited from AzureRMCmdlet) |
DefaultProfile | (Inherited from AzureRMCmdlet) |
ImplementationBackgroundJobDescription | (Inherited from AzurePSCmdlet) |
IsErrorMetricEnabled | (Inherited from AzurePSCmdlet) |
IsUsageMetricEnabled | (Inherited from AzurePSCmdlet) |
MaskingFunction |
Gets or sets the masking function - the definition of this property as a cmdlet parameter is done in the subclasses |
ModelAdapter |
The ModelAdapter object used by this cmdlet (Inherited from AzureSqlCmdletBase<M,A>) |
ModuleName | (Inherited from AzurePSCmdlet) |
ModuleVersion | (Inherited from AzurePSCmdlet) |
NumberFrom |
Gets or sets the NumberFrom property, which is the lower bound of the random interval when using the number masking function |
NumberTo |
Gets or sets the NumberTo property, which is the upper bound of the random interval when using the number masking function |
PassThru |
Defines whether the cmdlets will output the model object at the end of its execution |
PrefixSize |
Gets or sets the prefix size when using the text masking function |
PSVersion |
Obsolete.
(Inherited from AzurePSCmdlet)
|
ReplacementString |
Gets or sets the replacement string when using the text masking function |
ResourceGroupName |
Gets or sets the name of the resource group to use. (Inherited from AzureSqlCmdletBase<M,A>) |
SchemaName |
Gets or sets the schema name (Inherited from SqlDatabaseDataMaskingRuleCmdletBase) |
ServerName |
Gets or sets the name of the database server to use. (Inherited from AzureSqlDatabaseCmdletBase<M,A>) |
SessionState | (Inherited from AzurePSCmdlet) |
SuffixSize |
Gets or sets the suffix size when using the text masking function |
TableName |
Gets or sets the table name (Inherited from SqlDatabaseDataMaskingRuleCmdletBase) |
Methods
Extension Methods
DisableDataCollection(AzurePSCmdlet) | |
EnableDataCollection(AzurePSCmdlet) |