DataMaskingPolicyName Struct
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.
The DataMaskingPolicyName.
public readonly struct DataMaskingPolicyName : IEquatable<Azure.ResourceManager.Sql.Models.DataMaskingPolicyName>
type DataMaskingPolicyName = struct
Public Structure DataMaskingPolicyName
Implements IEquatable(Of DataMaskingPolicyName)
- Inheritance
-
DataMaskingPolicyName
- Implements
Constructors
| DataMaskingPolicyName(String) |
Initializes a new instance of DataMaskingPolicyName. |
Properties
| Default |
Default. |
Methods
| Equals(DataMaskingPolicyName) |
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(DataMaskingPolicyName, DataMaskingPolicyName) |
Determines if two DataMaskingPolicyName values are the same. |
| Implicit(String to DataMaskingPolicyName) |
Converts a String to a DataMaskingPolicyName. |
| Inequality(DataMaskingPolicyName, DataMaskingPolicyName) |
Determines if two DataMaskingPolicyName values are not the same. |