次の方法で共有


SqlExtensions.GetLongTermRetentionBackupsWithServer メソッド

定義

オーバーロード

GetLongTermRetentionBackupsWithServer(ResourceGroupResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

特定のサーバーの長期保有バックアップを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupServer
GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

特定のサーバーの長期保有バックアップを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByServer

GetLongTermRetentionBackupsWithServer(ResourceGroupResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

特定のサーバーの長期保有バックアップを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupServer
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithServer : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithServer (resourceGroupResource As ResourceGroupResource, locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)

パラメーター

resourceGroupResource
ResourceGroupResource

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

locationName
AzureLocation

データベースの場所。

longTermRetentionServerName
String

サーバーの名前。

onlyLatestPerDatabase
Nullable<Boolean>

各データベースの最新のバックアップのみを取得するかどうか。

databaseState
Nullable<SqlDatabaseState>

ライブ データベース、削除されたデータベース、またはすべてのデータベースに対してクエリを実行するかどうか。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の LongTermRetentionBackupData サービス要求を受け取る可能性がある のコレクション。

例外

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

longTermRetentionServerName が null です。

適用対象

GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

特定のサーバーの長期保有バックアップを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByServer
public static Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLongTermRetentionBackupsWithServer : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
<Extension()>
Public Function GetLongTermRetentionBackupsWithServer (subscriptionResource As SubscriptionResource, locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)

パラメーター

subscriptionResource
SubscriptionResource

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

locationName
AzureLocation

データベースの場所。

longTermRetentionServerName
String

サーバーの名前。

onlyLatestPerDatabase
Nullable<Boolean>

各データベースの最新のバックアップのみを取得するかどうか。

databaseState
Nullable<SqlDatabaseState>

ライブ データベース、削除されたデータベース、またはすべてのデータベースに対してクエリを実行するかどうか。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の LongTermRetentionBackupData サービス要求を受け取る可能性がある のコレクション。

例外

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

longTermRetentionServerName が null です。

適用対象