Update-AzSqlDatabaseLongTermRetentionBackup
更新長期保留備份。
語法
Update-AzSqlDatabaseLongTermRetentionBackup
[-Location] <String>
[-ServerName] <String>
[-DatabaseName] <String>
[-BackupName] <String>
[-ResourceGroupName <String>]
[-BackupStorageRedundancy <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzSqlDatabaseLongTermRetentionBackup
[-ResourceId] <String>
[-BackupStorageRedundancy <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzSqlDatabaseLongTermRetentionBackup
[-BackupStorageRedundancy <String>]
[-InputObject] <AzureSqlDatabaseLongTermRetentionBackupModel>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
更新長期保留備份的屬性。
範例
範例 1:更新長期保留備份的備份記憶體備援。
Update-AzSqlDatabaseLongTermRetentionBackup -Location southeastasia -ServerName ayang-stage-seas -DatabaseName ltr3 -BackupName 'e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000' -ResourceGroupName testrg -BackupStorageRedundancy Geo
BackupExpirationTime : 3/19/2021 1:33:52 AM
BackupName : e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000
BackupTime : 2/17/2021 1:33:52 AM
DatabaseName : ltr3
DatabaseDeletionTime : 3/16/2021 6:28:11 AM
Location : southeastasia
ResourceId : /subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000
ServerName : ayang-stage-seas
ServerCreateTime : 4/22/2020 9:58:33 PM
ResourceGroupName : testrg
BackupStorageRedundancy : Geo
此命令會使用位置和資源群組、伺服器、資料庫和備份名稱來設定指定備份的備份備援。
範例 2:更新長期保留備份的備份記憶體備援(使用資源標識符)。
Update-AzSqlDatabaseLongTermRetentionBackup -ResourceId '/subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000' -BackupStorageRedundancy Geo
BackupExpirationTime : 3/19/2021 1:33:52 AM
BackupName : e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000
BackupTime : 2/17/2021 1:33:52 AM
DatabaseName : ltr3
DatabaseDeletionTime : 3/16/2021 6:28:11 AM
Location : southeastasia
ResourceId : /subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000
ServerName : ayang-stage-seas
ServerCreateTime : 4/22/2020 9:58:33 PM
ResourceGroupName : testrg
BackupStorageRedundancy : Geo
此命令會使用備份資源標識符設定指定備份的備份記憶體備援。
參數
-AsJob
在背景執行 Cmdlet
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-BackupName
備份的名稱。
類型: | String |
Position: | 3 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-BackupStorageRedundancy
用來儲存 SQL Database 備份的備份記憶體備援。 選項包括:本機、區域和地理位置。
類型: | String |
接受的值: | Local, Zone, Geo |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DatabaseName
備份的來源 Azure SQL Database 名稱。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
要更新的資料庫長期保留備份物件。
類型: | AzureSqlDatabaseLongTermRetentionBackupModel |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Location
備份來源伺服器的位置。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源群組的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
要移除之資料庫長期保留備份的資源標識符。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ServerName
備份所依據的 Azure SQL Server 名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
輸出
AzureSqlDatabaseLongTermRetentionBackupModel