次の方法で共有


BackupShortTermRetentionPoliciesOperationsExtensions.BeginUpdateAsync メソッド

定義

データベースの短期保持ポリシーを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.BackupShortTermRetentionPolicy> BeginUpdateAsync(this Microsoft.Azure.Management.Sql.IBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.BackupShortTermRetentionPolicy parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Sql.IBackupShortTermRetentionPoliciesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.BackupShortTermRetentionPolicy * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.BackupShortTermRetentionPolicy>
<Extension()>
Public Function BeginUpdateAsync (operations As IBackupShortTermRetentionPoliciesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As BackupShortTermRetentionPolicy, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupShortTermRetentionPolicy)

パラメーター

operations
IBackupShortTermRetentionPoliciesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

parameters
BackupShortTermRetentionPolicy

短期アイテム保持ポリシー情報。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象