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

Inheritance: SqlDatabaseAuditingCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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
Résultat Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

GetStorageAccountName() protected méthode

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

WriteResult() protected méthode

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