RecoveryPointOperationsExtensions.List(IRecoveryPointOperations, String, String, CustomRequestHeaders, String, String) 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.
Get the list of all recovery points.
public static Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse List (this Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, string containerName, string itemName);
static member List : Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * string * string -> Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse
Parameters
- operations
- IRecoveryPointOperations
Reference to the Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations.
- resourceGroupName
- System.String
Required.
- resourceName
- System.String
Required.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
- containerName
- System.String
Optional.
- itemName
- System.String
Optional.
Returns
The definition of a CSMRecoveryPointListOperationResponse.