次の方法で共有


RecoveryPointOperationsExtensions.List メソッド

定義

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

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
<Extension()>
Public Function List (operations As IRecoveryPointOperations, resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders, containerName As String, itemName As String) As CSMRecoveryPointListOperationResponse

パラメーター

operations
IRecoveryPointOperations

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

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

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

containerName
String

省略可能。

itemName
String

省略可能。

戻り値

CSMRecoveryPointListOperationResponse の定義。

適用対象