次の方法で共有


GetBackupResponse クラス

定義

BackupSets の一覧の応答モデル。

public class GetBackupResponse : Microsoft.Azure.AzureOperationResponse
type GetBackupResponse = class
    inherit AzureOperationResponse
Public Class GetBackupResponse
Inherits AzureOperationResponse
継承
Microsoft.Azure.AzureOperationResponse
GetBackupResponse

コンストラクター

GetBackupResponse()

GetBackupResponse クラスの新しいインスタンスを初期化します。

プロパティ

BackupSetsList

必須。 返される BackupSet の一覧

NextPageStartIdentifier

必須。 識別子をスキップして次のページに移動する

NextPageUri

必須。 次の結果ページに移動するための URI リンク

TotalBackupCount

必須。 結果のバックアップセットの合計数

適用対象