Freigeben über


SqlExtensions.GetLongTermRetentionManagedInstanceBackupsWithLocationAsync Methode

Definition

Überlädt

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

Listet die langfristigen Aufbewahrungssicherungen für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgang IdLongTermRetentionManagedInstanceBackups_ListByLocation
GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(ResourceGroupResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die langfristigen Aufbewahrungssicherungen für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgang IdLongTermRetentionManagedInstanceBackups_ListByResourceGroupLocation

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

Listet die langfristigen Aufbewahrungssicherungen für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgang IdLongTermRetentionManagedInstanceBackups_ListByLocation
public static Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (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 GetLongTermRetentionManagedInstanceBackupsWithLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (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 AsyncPageable(Of ManagedInstanceLongTermRetentionBackupData)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den 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 oder nicht.

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 asynchrone Sammlung von, bei der ManagedInstanceLongTermRetentionBackupData mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für:

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

Listet die langfristigen Aufbewahrungssicherungen für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgang IdLongTermRetentionManagedInstanceBackups_ListByResourceGroupLocation
public static Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (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 GetLongTermRetentionManagedInstanceBackupsWithLocationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (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 AsyncPageable(Of ManagedInstanceLongTermRetentionBackupData)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den 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 oder nicht.

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 asynchrone Sammlung von, bei der ManagedInstanceLongTermRetentionBackupData mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: