C# Class Microsoft.Azure.Commands.Sql.SecureConnection.Cmdlet.GetAzureSqlDatabaseSecureConnectionPolicy

Inheritance: SqlDatabaseSecureConnectionCmdletBase
Show file Open project: Azure/azure-powershell

Protected Methods

Method Description
PersistChanges ( DatabaseSecureConnectionPolicyModel model ) : DatabaseSecureConnectionPolicyModel

No sending is needed as this is a Get cmdlet

Method Details

PersistChanges() protected method

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