次の方法で共有


RecoveryPointOperationsExtensions.ListAsync メソッド

定義

すべての復旧ポイントの一覧を取得します。

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)

パラメーター

operations
IRecoveryPointOperations

Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations への参照。

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

省略可能。 要求ヘッダー パラメーター。

containerName
String

省略可能。

itemName
String

省略可能。

戻り値

CSMRecoveryPointListOperationResponse の定義。

適用対象