C# Класс Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.UseAzureSqlServerAuditingPolicy

Наследование: SqlDatabaseAuditingCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

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

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

ApplyUserInputToModel() защищенный Метод

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
Результат Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

GetStorageAccountName() защищенный Метод

Returns the storage account name that is used at the policy of the database's server.
protected GetStorageAccountName ( ) : string
Результат string

WriteResult() защищенный Метод

Returns true if the model object that was constructed by this cmdlet should be written out
protected WriteResult ( ) : bool
Результат bool