다음을 통해 공유


AzureBackupClientAdapter.ListRecoveryPoints Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointResponse> ListRecoveryPoints (string resourceGroupName, string resourceName, string containerName, string itemName);
member this.ListRecoveryPoints : string * string * string * string -> seq<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointResponse>
Public Function ListRecoveryPoints (resourceGroupName As String, resourceName As String, containerName As String, itemName As String) As IEnumerable(Of CSMRecoveryPointResponse)

Parameters

resourceGroupName
String
resourceName
String
containerName
String
itemName
String

Returns

Applies to