SqlExtensions.GetSubscriptionLongTermRetentionBackups Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de SubscriptionLongTermRetentionBackupResources dans SubscriptionResource.
public static Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection GetSubscriptionLongTermRetentionBackups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName);
static member GetSubscriptionLongTermRetentionBackups : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection
<Extension()>
Public Function GetSubscriptionLongTermRetentionBackups (subscriptionResource As SubscriptionResource, locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String) As SubscriptionLongTermRetentionBackupCollection
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- locationName
- AzureLocation
Emplacement de la base de données.
- longTermRetentionServerName
- String
Le nom du serveur
- longTermRetentionDatabaseName
- String
Nom de la base de données.
Retours
Objet représentant une collection de SubscriptionLongTermRetentionBackupResources et leurs opérations sur un SubscriptionLongTermRetentionBackupResource.
Exceptions
longTermRetentionServerName
ou longTermRetentionDatabaseName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
longTermRetentionServerName
ou longTermRetentionDatabaseName
est null.