Interface DataMaskingRule.DefinitionStages.WithCreate
-
- All Superinterfaces:
DataMaskingRule.DefinitionStages.WithAliasName
,DataMaskingRule.DefinitionStages.WithColumnName
,DataMaskingRule.DefinitionStages.WithMaskingFunction
,DataMaskingRule.DefinitionStages.WithNumberFrom
,DataMaskingRule.DefinitionStages.WithNumberTo
,DataMaskingRule.DefinitionStages.WithPrefixSize
,DataMaskingRule.DefinitionStages.WithReplacementString
,DataMaskingRule.DefinitionStages.WithRuleState
,DataMaskingRule.DefinitionStages.WithSchemaName
,DataMaskingRule.DefinitionStages.WithSuffixSize
,DataMaskingRule.DefinitionStages.WithTableName
- All Known Subinterfaces:
DataMaskingRule.Definition
- Enclosing interface:
- DataMaskingRule.DefinitionStages
public static interface DataMaskingRule.DefinitionStages.WithCreate extends DataMaskingRule.DefinitionStages.WithAliasName, DataMaskingRule.DefinitionStages.WithRuleState, DataMaskingRule.DefinitionStages.WithSchemaName, DataMaskingRule.DefinitionStages.WithTableName, DataMaskingRule.DefinitionStages.WithColumnName, DataMaskingRule.DefinitionStages.WithMaskingFunction, DataMaskingRule.DefinitionStages.WithNumberFrom, DataMaskingRule.DefinitionStages.WithNumberTo, DataMaskingRule.DefinitionStages.WithPrefixSize, DataMaskingRule.DefinitionStages.WithSuffixSize, DataMaskingRule.DefinitionStages.WithReplacementString
The stage of the DataMaskingRule definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataMaskingRule
create()
Executes the create request.DataMaskingRule
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithAliasName
withAliasName
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithColumnName
withColumnName
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithMaskingFunction
withMaskingFunction
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithNumberFrom
withNumberFrom
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithNumberTo
withNumberTo
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithPrefixSize
withPrefixSize
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithReplacementString
withReplacementString
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithRuleState
withRuleState
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithSchemaName
withSchemaName
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithSuffixSize
withSuffixSize
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.DataMaskingRule.DefinitionStages.WithTableName
withTableName
-
-
-
-
Method Detail
-
create
DataMaskingRule create()
Executes the create request.- Returns:
- the created resource.
-
create
DataMaskingRule create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-