次の方法で共有


BackupOperationsExtensions.Get メソッド

定義

public static Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse Get (this Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations operations, string deviceId, string filterType, string isAllSelected, string filterValue, string startTime, string endTime, string skip, string top, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member Get : Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations * string * string * string * string * string * string * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse
<Extension()>
Public Function Get (operations As IBackupOperations, deviceId As String, filterType As String, isAllSelected As String, filterValue As String, startTime As String, endTime As String, skip As String, top As String, customRequestHeaders As CustomRequestHeaders) As GetBackupResponse

パラメーター

operations
IBackupOperations

Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations への参照。

deviceId
String

必須。 呼び出しが行われるデバイス ID。

filterType
String

省略可能。 isAllSelected = true の場合は、ここで Volume または BackupPolicy を指定します

isAllSelected
String

必須。 ボリュームまたは BackupPolicy またはその両方を取得するには

filterValue
String

省略可能。 isAllSelected = true の場合は、ここで VolumeId または BackupPolicy を指定します

startTime
String

省略可能。 BackupSets をフィルター処理するための StartTime

endTime
String

任意。 BackupSets をフィルター処理するための EndTime

skip
String

省略可能。 改ページ位置の一部としてスキップする要素の数

top
String

省略可能。 現在のページで取得する要素の数

customRequestHeaders
CustomRequestHeaders

必須。 クライアントで使用する必要があるカスタム要求ヘッダー。

戻り値

BackupSets の一覧の応答モデル。

適用対象