DataMaskingPolicyCreateOrUpdateParameters 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
DataMaskingPolicyCreateOrUpdateParameters() |
Initializes a new instance of the DataMaskingPolicyCreateOrUpdateParameters class. |
DataMaskingPolicyCreateOrUpdateParameters(DataMaskingPolicyProperties) |
Initializes a new instance of the DataMaskingPolicyCreateOrUpdateParameters class with required arguments. |
DataMaskingPolicyCreateOrUpdateParameters()
Initializes a new instance of the DataMaskingPolicyCreateOrUpdateParameters class.
public DataMaskingPolicyCreateOrUpdateParameters ();
Public Sub New ()
Applies to
DataMaskingPolicyCreateOrUpdateParameters(DataMaskingPolicyProperties)
Initializes a new instance of the DataMaskingPolicyCreateOrUpdateParameters class with required arguments.
public DataMaskingPolicyCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingPolicyProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingPolicyCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingPolicyProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingPolicyCreateOrUpdateParameters
Public Sub New (properties As DataMaskingPolicyProperties)
Parameters
- properties
- DataMaskingPolicyProperties