RecoveryPointOperationsExtensions.ListAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての復旧ポイントの一覧を取得します。
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 の定義。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET