Freigeben über


SqlServerDatabaseRestorePointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SqlServerDatabaseRestorePointResource Vorgänge darstellt. Jedes SqlServerDatabaseRestorePointResource in der Auflistung gehört zum gleichen instance von SqlDatabaseResource. Um eine SqlServerDatabaseRestorePointCollection instance rufen Sie die GetSqlServerDatabaseRestorePoints-Methode aus einer instance von SqlDatabaseResourceauf.

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

Konstruktoren

SqlServerDatabaseRestorePointCollection()

Initialisiert eine neue instance der -Klasse für die SqlServerDatabaseRestorePointCollection 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.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_Get
Get(String, CancellationToken)

Ruft einen Wiederherstellungspunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_Get
GetAll(CancellationToken)

Ruft eine Liste der Datenbankwiederherstellungspunkte ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints
  • Vorgangs-IdRestorePoints_ListByDatabase
GetAllAsync(CancellationToken)

Ruft eine Liste der Datenbankwiederherstellungspunkte ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints
  • Vorgangs-IdRestorePoints_ListByDatabase
GetAsync(String, CancellationToken)

Ruft einen Wiederherstellungspunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}
  • Vorgangs-IdRestorePoints_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<SqlServerDatabaseRestorePointResource>.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<SqlServerDatabaseRestorePointResource>.GetEnumerator()

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

Gilt für: