DataMaskingEntity 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
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
Azure SDK for .NET