Freigeben über


SqlExtensions.GetLongTermRetentionBackupsWithLocation Methode

Definition

Überlädt

GetLongTermRetentionBackupsWithLocation(ResourceGroupResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

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

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

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByLocation

GetLongTermRetentionBackupsWithLocation(ResourceGroupResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByResourceGroupLocation
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocation (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithLocation : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithLocation (resourceGroupResource As ResourceGroupResource, locationName As AzureLocation, 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.

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.

Gilt für:

GetLongTermRetentionBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByLocation
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithLocation (subscriptionResource As SubscriptionResource, locationName As AzureLocation, 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.

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.

Gilt für: