Share via


DataMaskingEntity Constructors

Definition

Overloads

DataMaskingEntity()

Initializes a new instance of the DataMaskingEntity class.

DataMaskingEntity(String, String)

Initializes a new instance of the DataMaskingEntity class.

DataMaskingEntity()

Initializes a new instance of the DataMaskingEntity class.

public DataMaskingEntity ();
Public Sub New ()

Applies to

DataMaskingEntity(String, String)

Initializes a new instance of the DataMaskingEntity class.

public DataMaskingEntity (string value = default, string mode = default);
new Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity : string * string -> Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity
Public Sub New (Optional value As String = Nothing, Optional mode As String = Nothing)

Parameters

value
String

The name of an entity to mask (e.g. a name of a header or a query parameter).

mode
String

Data masking mode. Possible values include: 'Mask', 'Hide'

Applies to