Freigeben über


GeoBackupPoliciesOperationsExtensions.ListByDatabaseAsync Methode

Definition

Gibt eine Liste von Geosicherungsrichtlinien zurück.

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

Parameter

operations
IGeoBackupPoliciesOperations

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: