次の方法で共有


SqlExtensions.GetResourceGroupLongTermRetentionBackupAsync メソッド

定義

長期保有バックアップを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServerNames/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>> GetResourceGroupLongTermRetentionBackupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);
static member GetResourceGroupLongTermRetentionBackupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>>
<Extension()>
Public Function GetResourceGroupLongTermRetentionBackupAsync (resourceGroupResource As ResourceGroupResource, locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceGroupLongTermRetentionBackupResource))

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

locationName
AzureLocation

データベースの場所。

longTermRetentionServerName
String

サーバーの名前。

longTermRetentionDatabaseName
String

データベースの名前。

backupName
String

バックアップ名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

longTermRetentionServerNamelongTermRetentionDatabaseName または backupName は空の文字列であり、空でないと想定されていました。

longTermRetentionServerNamelongTermRetentionDatabaseName、または backupName が null です。

適用対象