C# Класс Microsoft.Azure.Commands.Sql.ThreatDetection.Model.BaseThreatDetectionPolicyModel

A class representing a database auditing policy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ProcessExcludedDetectionTypes() публичный статический Метод

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
Результат DetectionType[]

ValidateContent() публичный Метод

Preforms validity checks
public ValidateContent ( ) : void
Результат void