Partilhar via


SubscriptionLongTermRetentionBackupCollection Classe

Definição

Uma classe que representa uma coleção de SubscriptionLongTermRetentionBackupResource e suas operações. Cada SubscriptionLongTermRetentionBackupResource um na coleção pertencerá à mesma instância de SubscriptionResource. Para obter uma SubscriptionLongTermRetentionBackupCollection instância, chame o método GetSubscriptionLongTermRetentionBackups de uma instância do SubscriptionResource.

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)
Herança
SubscriptionLongTermRetentionBackupCollection
Implementações

Construtores

SubscriptionLongTermRetentionBackupCollection()

Inicializa uma nova instância da SubscriptionLongTermRetentionBackupCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
Get(String, CancellationToken)

Obtém um backup de retenção de longo prazo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
GetAll(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Lista todos os backups de retenção de longo prazo para um banco de dados.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Operação IdLongTermRetentionBackups_ListByDatabase
GetAllAsync(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Lista todos os backups de retenção de longo prazo para um banco de dados.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Operação IdLongTermRetentionBackups_ListByDatabase
GetAsync(String, CancellationToken)

Obtém um backup de retenção de longo prazo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
GetIfExists(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
GetIfExistsAsync(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operação IdLongTermRetentionBackups_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<SubscriptionLongTermRetentionBackupResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<SubscriptionLongTermRetentionBackupResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a