MockableSqlResourceGroupResource.GetResourceGroupLongTermRetentionManagedInstanceBackup Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a long term retention backup for a managed database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
  • Operation Id: LongTermRetentionManagedInstanceBackups_GetByResourceGroup
  • Default Api Version: 2021-05-01-preview
  • Resource: ResourceGroupLongTermRetentionManagedInstanceBackupResource
C#
public virtual Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource> GetResourceGroupLongTermRetentionManagedInstanceBackup(Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);

Parameters

locationName
AzureLocation

The location of the database.

managedInstanceName
String

The name of the managed instance.

databaseName
String

The name of the managed database.

backupName
String

The backup name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

managedInstanceName, databaseName or backupName is null.

managedInstanceName, databaseName or backupName is an empty string, and was expected to be non-empty.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview