/// <summary>
 /// Gets a long term retention backup.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='locationName'>
 /// The location of the database.
 /// </param>
 /// <param name='longTermRetentionServerName'>
 /// The name of the server
 /// </param>
 /// <param name='longTermRetentionDatabaseName'>
 /// The name of the database
 /// </param>
 /// <param name='backupName'>
 /// The backup name.
 /// </param>
 public static LongTermRetentionBackup Get(this ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName)
 {
     return(operations.GetAsync(locationName, longTermRetentionServerName, longTermRetentionDatabaseName, backupName).GetAwaiter().GetResult());
 }