BackupOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse> GetAsync (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 GetAsync : Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations * string * string * string * string * string * string * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse>
<Extension()>
Public Function GetAsync (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 Task(Of 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
Azure SDK for .NET