IRecoveryPointOperations.ListAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse> ListAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, string containerName, string itemName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointListOperationResponse>
Public Function ListAsync (resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders, containerName As String, itemName As String, cancellationToken As CancellationToken) As Task(Of CSMRecoveryPointListOperationResponse)
Parameters
- resourceGroupName
- String
- resourceName
- String
- customRequestHeaders
- CustomRequestHeaders
Request header parameters.
- containerName
- String
- itemName
- String
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The definition of a CSMRecoveryPointListOperationResponse.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET