BackupPolicyOperationsExtensions.ListAsync(IBackupPolicyOperations, String, CustomRequestHeaders) 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.BackupPolicyListResponse> ListAsync (this Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations operations, string deviceId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member ListAsync : Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse>
<Extension()>
Public Function ListAsync (operations As IBackupPolicyOperations, deviceId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of BackupPolicyListResponse)
Parameters
- operations
- IBackupPolicyOperations
Reference to the Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
- deviceId
- System.String
Required. The device id for which the call will be made.
- customRequestHeaders
- CustomRequestHeaders
Required. The Custom Request Headers which client must use.
Returns
- System.Threading.Tasks.Task<BackupPolicyListResponse>
The response model for the list of backup policies.