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

A class representing a database auditing policy
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat DetectionType[]

ValidateContent() public méthode

Preforms validity checks
public ValidateContent ( ) : void
Résultat void