C# 클래스 Microsoft.Azure.Commands.Sql.ThreatDetection.Cmdlet.SetAzureSqlDatabaseThreatDetection

상속: SqlDatabaseThreatDetectionCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ApplyUserInputToModel ( Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel model ) : Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel

Updates the given model element with the cmdlet specific operation

WriteResult ( ) : bool

Returns true if the model object that was constructed by this cmdlet should be written out

메소드 상세

ApplyUserInputToModel() 보호된 메소드

Updates the given model element with the cmdlet specific operation
protected ApplyUserInputToModel ( Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel model ) : Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
model Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel A model object
리턴 Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel

WriteResult() 보호된 메소드

Returns true if the model object that was constructed by this cmdlet should be written out
protected WriteResult ( ) : bool
리턴 bool