Aracılığıyla paylaş


DataMaskingPolicyCreateOrUpdateParameters Constructors

Definition

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

Applies to