Example #1
0
 /// <summary>
 /// No changes to persist to server
 /// </summary>
 /// <param name="entity">The output of apply user input to model</param>
 /// <returns>The input entity</returns>
 protected override IEnumerable <AzureSqlElasticPoolModel> PersistChanges(IEnumerable <AzureSqlElasticPoolModel> entity)
 {
     ModelAdapter.FailoverElasticPool(this.ResourceGroupName, this.ServerName, this.ElasticPoolName);
     return(entity);
 }