C# Class Microsoft.Azure.Commands.Sql.ThreatDetection.Cmdlet.SetAzureSqlServerThreatDetection

Inheritance: SqlServerThreatDetectionCmdletBase
Mostra file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
ApplyUserInputToModel ( ServerThreatDetectionPolicyModel model ) : ServerThreatDetectionPolicyModel

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

Method Details

ApplyUserInputToModel() protected method

Updates the given model element with the cmdlet specific operation
protected ApplyUserInputToModel ( ServerThreatDetectionPolicyModel model ) : ServerThreatDetectionPolicyModel
model ServerThreatDetectionPolicyModel A model object
return ServerThreatDetectionPolicyModel

WriteResult() protected method

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