C# Class Microsoft.Azure.Commands.Sql.DataMasking.Cmdlet.GetAzureSqlDatabaseDataMaskingRule

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

Private Properties

Property Type Description

Protected Methods

Method Description
PersistChanges ( IEnumerable model ) : IEnumerable

No sending is needed as this is a Get cmdlet

TransformModelToOutputObject ( IEnumerable model ) : object

Method Details

PersistChanges() protected method

No sending is needed as this is a Get cmdlet
protected PersistChanges ( IEnumerable model ) : IEnumerable
model IEnumerable The model object with the data to be sent to the REST endpoints
return IEnumerable

TransformModelToOutputObject() protected method

protected TransformModelToOutputObject ( IEnumerable model ) : object
model IEnumerable
return object