DataMaskingRuleListResponse Class
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.
Represents the response to a List data masking rules request.
public class DataMaskingRuleListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingRule>
type DataMaskingRuleListResponse = class
inherit AzureOperationResponse
interface seq<DataMaskingRule>
interface IEnumerable
Public Class DataMaskingRuleListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DataMaskingRule)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDataMaskingRuleListResponse
- Implements
Constructors
DataMaskingRuleListResponse() |
Initializes a new instance of the DataMaskingRuleListResponse class. |
Properties
DataMaskingRules |
Optional. Gets or sets the list of Azure Sql Database data masking rules |
Methods
GetEnumerator() |
Gets the sequence of DataMaskingRules. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DataMaskingRules. |