Freigeben über


SqlExtensions.GetLongTermRetentionBackupsWithServer Methode

Definition

Überlädt

GetLongTermRetentionBackupsWithServer(ResourceGroupResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByResourceGroupServer
GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByServer

GetLongTermRetentionBackupsWithServer(ResourceGroupResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByResourceGroupServer
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithServer : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithServer (resourceGroupResource As ResourceGroupResource, locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

locationName
AzureLocation

Der Speicherort der Datenbank.

longTermRetentionServerName
String

Name des Servers

onlyLatestPerDatabase
Nullable<Boolean>

Gibt an, ob nur die neueste Sicherung für jede Datenbank abgerufen werden soll.

databaseState
Nullable<SqlDatabaseState>

Gibt an, ob nur Livedatenbanken, nur gelöschte Datenbanken oder alle Datenbanken abgefragt werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von LongTermRetentionBackupData , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

longTermRetentionServerName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

longTermRetentionServerName ist NULL.

Gilt für:

GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByServer
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithServer : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithServer (subscriptionResource As SubscriptionResource, locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

locationName
AzureLocation

Der Speicherort der Datenbank.

longTermRetentionServerName
String

Name des Servers

onlyLatestPerDatabase
Nullable<Boolean>

Gibt an, ob nur die neueste Sicherung für jede Datenbank abgerufen werden soll.

databaseState
Nullable<SqlDatabaseState>

Gibt an, ob nur Livedatenbanken, nur gelöschte Datenbanken oder alle Datenbanken abgefragt werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von LongTermRetentionBackupData , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

longTermRetentionServerName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

longTermRetentionServerName ist NULL.

Gilt für: