Freigeben über


BackupShortTermRetentionPoliciesOperationsExtensions.ListByDatabaseAsync Methode

Definition

Ruft die Kurzfristige Aufbewahrungsrichtlinie einer Datenbank ab.

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

Parameter

operations
IBackupShortTermRetentionPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: