Skip to content

Commit

Permalink
Generated from d82d1491879729cdf44da9a664e815112acde158 (#2836)
Browse files Browse the repository at this point in the history
Fix set LTR policy example
  • Loading branch information
AutorestCI authored Jan 11, 2019
1 parent 12dc2f6 commit 5d24801
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface LongTermRetentionBackups extends HasInner<LongTermRetentionBack
* Lists the long term retention backups for a given server.
*
* @param locationName The location of the database
* @param longTermRetentionServerName the String value
* @param longTermRetentionServerName The name of the server
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand All @@ -40,8 +40,8 @@ public interface LongTermRetentionBackups extends HasInner<LongTermRetentionBack
* Gets a long term retention backup.
*
* @param locationName The location of the database.
* @param longTermRetentionServerName the String value
* @param longTermRetentionDatabaseName the String value
* @param longTermRetentionServerName The name of the server
* @param longTermRetentionDatabaseName The name of the database
* @param backupName The backup name.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
Expand All @@ -52,8 +52,8 @@ public interface LongTermRetentionBackups extends HasInner<LongTermRetentionBack
* Lists all long term retention backups for a database.
*
* @param locationName The location of the database
* @param longTermRetentionServerName the String value
* @param longTermRetentionDatabaseName the String value
* @param longTermRetentionServerName The name of the server
* @param longTermRetentionDatabaseName The name of the database
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand All @@ -63,8 +63,8 @@ public interface LongTermRetentionBackups extends HasInner<LongTermRetentionBack
* Deletes a long term retention backup.
*
* @param locationName The location of the database
* @param longTermRetentionServerName the String value
* @param longTermRetentionDatabaseName the String value
* @param longTermRetentionServerName The name of the server
* @param longTermRetentionDatabaseName The name of the database
* @param backupName The backup name.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
Expand Down
Loading

0 comments on commit 5d24801

Please sign in to comment.