Share via


RecoveryPointOperationsExtensions.ListAsync Method

Definition

Get the list of all recovery points.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse> ListAsync (this Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, string containerName, string itemName);
static member ListAsync : Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse>
<Extension()>
Public Function ListAsync (operations As IRecoveryPointOperations, resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders, containerName As String, itemName As String) As Task(Of CSMRecoveryPointListOperationResponse)

Parameters

operations
IRecoveryPointOperations

Reference to the Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations.

resourceGroupName
String

Required.

resourceName
String

Required.

customRequestHeaders
CustomRequestHeaders

Optional. Request header parameters.

containerName
String

Optional.

itemName
String

Optional.

Returns

The definition of a CSMRecoveryPointListOperationResponse.

Applies to