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

Inheritance: SqlDatabaseAuditingCmdletBase
Datei anzeigen Open project: Azure/azure-powershell

Protected Methods

Method Description
GetEntity ( ) : AuditingPolicyModel

Provides the model element that this cmdlet operates on

PersistChanges ( AuditingPolicyModel model ) : AuditingPolicyModel

No sending is needed as this is a Get cmdlet

Method Details

GetEntity() protected method

Provides the model element that this cmdlet operates on
protected GetEntity ( ) : AuditingPolicyModel
return Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

PersistChanges() protected method

No sending is needed as this is a Get cmdlet
protected PersistChanges ( AuditingPolicyModel model ) : AuditingPolicyModel
model Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel The model object with the data to be sent to the REST endpoints
return Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel