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

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

Méthodes protégées

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

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

PersistChanges() protected méthode

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