RecoveryPointOperationsExtensions.ListAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Haal de lijst met alle herstelpunten op.
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
Verwijzing naar de Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations.
- resourceGroupName
- String
Vereist.
- resourceName
- String
Vereist.
- customRequestHeaders
- CustomRequestHeaders
Optioneel. Aanvraagheaderparameters.
- containerName
- String
Optioneel.
- itemName
- String
Optioneel.
Retouren
De definitie van een CSMRecoveryPointListOperationResponse.
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET