Freigeben über


BackupShortTermRetentionPolicyCollection.GetAllAsync Methode

Definition

Ruft die Kurzfristige Aufbewahrungsrichtlinie einer Datenbank ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/backupShortTermRetentionPolicies
  • Vorgang IdBackupShortTermRetentionPolicies_ListByDatabase
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.BackupShortTermRetentionPolicyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.BackupShortTermRetentionPolicyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.BackupShortTermRetentionPolicyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BackupShortTermRetentionPolicyResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der BackupShortTermRetentionPolicyResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: