IBackupOperations.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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse> GetAsync (string deviceId, string filterType, string isAllSelected, string filterValue, string startTime, string endTime, string skip, string top, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * string * string * string * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse>
Public Function GetAsync (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, cancellationToken As CancellationToken) As Task(Of GetBackupResponse)
Parameters
- deviceId
- String
The device id for which the call will be made.
- filterType
- String
If isAllSelected = true, then specify Volume or BackupPolicy here
- isAllSelected
- String
To retrieve Volume or BackupPolicy or both
- filterValue
- String
If isAllSelected = true then specify VolumeId or BackupPolicy here
- startTime
- String
StartTime for filtering BackupSets
- endTime
- String
EndTime for filtering BackupSets
- skip
- String
Number of elements to be skipped as part of pagination
- top
- String
Number of elements to retrieve in the current page
- customRequestHeaders
- CustomRequestHeaders
The Custom Request Headers which client must use.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response model for the list of BackupSets.
Applies to
Azure SDK for .NET