Skip to content

Commit

Permalink
regenerate latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillian Liu committed Dec 11, 2023
1 parent 18f3cc7 commit 4364629
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ public partial interface ILongTermRetentionBackupsOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<LongTermRetentionBackup>>> ListByDatabaseWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<LongTermRetentionBackupOperationResult>> CopyWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CopyLongTermRetentionBackupParameters parameters, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Lists the long term retention backups for a given location.
/// Updates an existing long term retention backup.
/// </summary>
/// <remarks>
/// Lists the long term retention backups for a given location.
/// Updates an existing long term retention backup.
/// </remarks>
/// <param name='locationName'>
/// The location of the database.
Expand All @@ -261,9 +261,6 @@ public partial interface ILongTermRetentionBackupsOperations
/// <param name='backupName'>
/// The backup name.
/// </param>
/// <param name='databaseState'>
/// Whether to query against just live databases, just deleted databases, or
/// all databases.
/// <param name='parameters'>
/// The requested backup resource state
/// </param>
Expand Down Expand Up @@ -530,9 +527,6 @@ public partial interface ILongTermRetentionBackupsOperations
/// </param>
/// <param name='parameters'>
/// The parameters needed for long term retention copy request
/// <param name='databaseState'>
/// Whether to query against just live databases, just deleted databases, or
/// all databases.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -570,9 +564,6 @@ public partial interface ILongTermRetentionBackupsOperations
/// <param name='backupName'>
/// The backup name.
/// </param>
/// <param name='databaseState'>
/// Whether to query against just live databases, just deleted databases, or
/// all databases.
/// <param name='parameters'>
/// The requested backup resource state
/// </param>
Expand All @@ -596,10 +587,6 @@ public partial interface ILongTermRetentionBackupsOperations
/// <remarks>
/// Deletes a long term retention backup.
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can obtain
/// this value from the Azure Resource Manager API or the portal.
/// </param>
/// <param name='locationName'>
/// The location of the database
/// </param>
Expand Down Expand Up @@ -637,9 +624,6 @@ public partial interface ILongTermRetentionBackupsOperations
/// </param>
/// <param name='longTermRetentionDatabaseName'>
///
/// <param name='databaseState'>
/// Whether to query against just live databases, just deleted databases, or
/// all databases.
/// </param>
/// <param name='backupName'>
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ public partial interface ILongTermRetentionPoliciesOperations
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<LongTermRetentionPolicy>> GetWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Sets a database&#39;s long term retention policy.
/// Set or update a database&#39;s long term retention policy.
/// </summary>
/// <remarks>
/// Sets a database&#39;s long term retention policy.
/// Set or update a database&#39;s long term retention policy.
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can obtain
Expand Down Expand Up @@ -107,10 +107,10 @@ public partial interface ILongTermRetentionPoliciesOperations
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<LongTermRetentionPolicy>> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicy parameters, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Sets a database&#39;s long term retention policy.
/// Set or update a database&#39;s long term retention policy.
/// </summary>
/// <remarks>
/// Sets a database&#39;s long term retention policy.
/// Set or update a database&#39;s long term retention policy.
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can obtain
Expand Down
Loading

0 comments on commit 4364629

Please sign in to comment.