C# Class Microsoft.Azure.Commands.Sql.ThreatDetection.Model.BaseThreatDetectionPolicyModel

A class representing a database auditing policy
Mostra file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ProcessExcludedDetectionTypes ( DetectionType excludedDetectionTypes ) : DetectionType[]

In cases where the user decided to use the shortcut NONE, this method sets the value of the ExcludedDetectionType property to reflect the correct values.

ValidateContent ( ) : void

Preforms validity checks

Method Details

ProcessExcludedDetectionTypes() public static method

In cases where the user decided to use the shortcut NONE, this method sets the value of the ExcludedDetectionType property to reflect the correct values.
public static ProcessExcludedDetectionTypes ( DetectionType excludedDetectionTypes ) : DetectionType[]
excludedDetectionTypes DetectionType
return DetectionType[]

ValidateContent() public method

Preforms validity checks
public ValidateContent ( ) : void
return void