MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackupAsync 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}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
- Operation Id: LongTermRetentionManagedInstanceBackups_Get
- Default Api Version: 2021-05-01-preview
- Resource: SubscriptionLongTermRetentionManagedInstanceBackupResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>> GetSubscriptionLongTermRetentionManagedInstanceBackupAsync (Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSubscriptionLongTermRetentionManagedInstanceBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>>
override this.GetSubscriptionLongTermRetentionManagedInstanceBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>>
Public Overridable Function GetSubscriptionLongTermRetentionManagedInstanceBackupAsync (locationName As AzureLocation, managedInstanceName As String, databaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionLongTermRetentionManagedInstanceBackupResource))
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET