Share via


DataMaskingMode Struct

Definition

Data masking mode.

public readonly struct DataMaskingMode : IEquatable<Azure.ResourceManager.ApiManagement.Models.DataMaskingMode>
type DataMaskingMode = struct
Public Structure DataMaskingMode
Implements IEquatable(Of DataMaskingMode)
Inheritance
DataMaskingMode
Implements

Constructors

DataMaskingMode(String)

Initializes a new instance of DataMaskingMode.

Properties

Hide

Hide the presence of an entity.

Mask

Mask the value of an entity.

Methods

Equals(DataMaskingMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DataMaskingMode, DataMaskingMode)

Determines if two DataMaskingMode values are the same.

Implicit(String to DataMaskingMode)

Converts a string to a DataMaskingMode.

Inequality(DataMaskingMode, DataMaskingMode)

Determines if two DataMaskingMode values are not the same.

Applies to