BackupOperationsExtensions.Get Method

Definition

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

Parameters

operations
IBackupOperations

Reference to the Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.

deviceId
String

Required. The device id for which the call will be made.

filterType
String

Optional. If isAllSelected = true, then specify Volume or BackupPolicy here

isAllSelected
String

Required. To retrieve Volume or BackupPolicy or both

filterValue
String

Optional. If isAllSelected = true then specify VolumeId or BackupPolicy here

startTime
String

Optional. StartTime for filtering BackupSets

endTime
String

Optional. EndTime for filtering BackupSets

skip
String

Optional. Number of elements to be skipped as part of pagination

top
String

Optional. Number of elements to retrieve in the current page

customRequestHeaders
CustomRequestHeaders

Required. The Custom Request Headers which client must use.

Returns

The response model for the list of BackupSets.

Applies to