C# 클래스 Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.UseAzureSqlServerAuditingPolicy

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

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