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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET