ResourceGroupLongTermRetentionBackupCollection Class

Definition

A class representing a collection of ResourceGroupLongTermRetentionBackupResource and their operations. Each ResourceGroupLongTermRetentionBackupResource in the collection will belong to the same instance of ResourceGroupResource. To get a ResourceGroupLongTermRetentionBackupCollection instance call the GetResourceGroupLongTermRetentionBackups method from an instance of ResourceGroupResource.

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

Constructors

ResourceGroupLongTermRetentionBackupCollection()

Initializes a new instance of the ResourceGroupLongTermRetentionBackupCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
Get(String, CancellationToken)

Gets a long term retention backup.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
GetAll(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Lists all long term retention backups for a database based on a particular resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Operation Id: LongTermRetentionBackups_ListByResourceGroupDatabase
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
GetAllAsync(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Lists all long term retention backups for a database based on a particular resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • Operation Id: LongTermRetentionBackups_ListByResourceGroupDatabase
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
GetAsync(String, CancellationToken)

Gets a long term retention backup.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Operation Id: LongTermRetentionBackups_GetByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ResourceGroupLongTermRetentionBackupResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ResourceGroupLongTermRetentionBackupResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to