C# 클래스 Microsoft.Azure.Commands.Sql.ThreatDetection.Model.BaseThreatDetectionPolicyModel

A class representing a database auditing policy
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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