C# Class Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.UseAzureSqlServerAuditingPolicy

Inheritance: SqlDatabaseAuditingCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
ApplyUserInputToModel ( AuditingPolicyModel baseModel ) : AuditingPolicyModel

Updates the given model element with the cmdlet specific operation

GetStorageAccountName ( ) : string

Returns the storage account name that is used at the policy of the database's server.

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 ( AuditingPolicyModel baseModel ) : AuditingPolicyModel
baseModel Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel A model object
return Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

GetStorageAccountName() protected method

Returns the storage account name that is used at the policy of the database's server.
protected GetStorageAccountName ( ) : string
return string

WriteResult() protected method

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