Share via


BackupPolicyOperationsExtensions.ListAsync Method

Definition

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
String

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

customRequestHeaders
CustomRequestHeaders

Required. The Custom Request Headers which client must use.

Returns

The response model for the list of backup policies.

Applies to