DataMasking 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
DataMasking() |
Initializes a new instance of the DataMasking class. |
DataMasking(IList<DataMaskingEntity>, IList<DataMaskingEntity>) |
Initializes a new instance of the DataMasking class. |
DataMasking()
Initializes a new instance of the DataMasking class.
public DataMasking ();
Public Sub New ()
Applies to
DataMasking(IList<DataMaskingEntity>, IList<DataMaskingEntity>)
Initializes a new instance of the DataMasking class.
public DataMasking (System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> queryParams = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> headers = default);
new Microsoft.Azure.Management.ApiManagement.Models.DataMasking : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> -> Microsoft.Azure.Management.ApiManagement.Models.DataMasking
Public Sub New (Optional queryParams As IList(Of DataMaskingEntity) = Nothing, Optional headers As IList(Of DataMaskingEntity) = Nothing)
Parameters
- queryParams
- IList<DataMaskingEntity>
Masking settings for Url query parameters
- headers
- IList<DataMaskingEntity>
Masking settings for headers
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET