SqlExtensions.GetResourceGroupLongTermRetentionBackups Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Auflistung von ResourceGroupLongTermRetentionBackupResources in resourceGroupResource ab.
public static Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupCollection GetResourceGroupLongTermRetentionBackups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName);
static member GetResourceGroupLongTermRetentionBackups : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupCollection
<Extension()>
Public Function GetResourceGroupLongTermRetentionBackups (resourceGroupResource As ResourceGroupResource, locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String) As ResourceGroupLongTermRetentionBackupCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
- locationName
- AzureLocation
Der Speicherort der Datenbank.
- longTermRetentionServerName
- String
Name des Servers
- longTermRetentionDatabaseName
- String
Der Name der Datenbank.
Gibt zurück
Ein Objekt, das die Auflistung von ResourceGroupLongTermRetentionBackupResources und deren Vorgänge über eine ResourceGroupLongTermRetentionBackupResource darstellt.
Ausnahmen
longTermRetentionServerName
oder longTermRetentionDatabaseName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
longTermRetentionServerName
oder longTermRetentionDatabaseName
ist NULL.