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
public virtual Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource> GetResourceGroupLongTermRetentionManagedInstanceBackup (Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceGroupLongTermRetentionManagedInstanceBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource>
override this.GetResourceGroupLongTermRetentionManagedInstanceBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource>
Public Overridable Function GetResourceGroupLongTermRetentionManagedInstanceBackup (locationName As AzureLocation, managedInstanceName As String, databaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ResourceGroupLongTermRetentionManagedInstanceBackupResource)
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET