Freigeben über


SubscriptionLongTermRetentionBackupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SubscriptionLongTermRetentionBackupResource Vorgänge darstellt. Jedes SubscriptionLongTermRetentionBackupResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um eine SubscriptionLongTermRetentionBackupCollection instance rufen Sie die GetSubscriptionLongTermRetentionBackups-Methode aus einer instance von aufSubscriptionResource.

public class SubscriptionLongTermRetentionBackupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
type SubscriptionLongTermRetentionBackupCollection = class
    inherit ArmCollection
    interface seq<SubscriptionLongTermRetentionBackupResource>
    interface IEnumerable
    interface IAsyncEnumerable<SubscriptionLongTermRetentionBackupResource>
Public Class SubscriptionLongTermRetentionBackupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SubscriptionLongTermRetentionBackupResource), IEnumerable(Of SubscriptionLongTermRetentionBackupResource)
Vererbung
SubscriptionLongTermRetentionBackupCollection
Implementiert

Konstruktoren

SubscriptionLongTermRetentionBackupCollection()

Initialisiert eine neue instance der -Klasse für die SubscriptionLongTermRetentionBackupCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
Get(String, CancellationToken)

Ruft eine Sicherung für die langfristige Aufbewahrung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
GetAll(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet alle Sicherungen der langfristigen Aufbewahrung für eine Datenbank auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByDatabase
GetAllAsync(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet alle Sicherungen der langfristigen Aufbewahrung für eine Datenbank auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByDatabase
GetAsync(String, CancellationToken)

Ruft eine Sicherung für die langfristige Aufbewahrung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SubscriptionLongTermRetentionBackupResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SubscriptionLongTermRetentionBackupResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: