Share via


DataMasking Constructors

Definition

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