Share via


LongTermRetentionBackupsOperationsExtensions.Update Method

Definition

Updates an existing long term retention backup.

public static Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult Update (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, Microsoft.Azure.Management.Sql.Models.UpdateLongTermRetentionBackupParameters parameters);
static member Update : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Models.UpdateLongTermRetentionBackupParameters -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult
<Extension()>
Public Function Update (operations As ILongTermRetentionBackupsOperations, locationName As String, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, parameters As UpdateLongTermRetentionBackupParameters) As LongTermRetentionBackupOperationResult

Parameters

operations
ILongTermRetentionBackupsOperations

The operations group for this extension method.

locationName
String

The location of the database.

longTermRetentionServerName
String

The name of the server

longTermRetentionDatabaseName
String

The name of the database

backupName
String

The backup name.

parameters
UpdateLongTermRetentionBackupParameters

The requested backup resource state

Returns

Applies to