次の方法で共有


RecoveryPointOperationsExtensions.GetAsync メソッド

定義

復旧ポイントを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointGetOperationResponse> GetAsync (this Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, string containerName, string itemName, string recoveryPointName);
static member GetAsync : Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMRecoveryPointGetOperationResponse>
<Extension()>
Public Function GetAsync (operations As IRecoveryPointOperations, resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders, containerName As String, itemName As String, recoveryPointName As String) As Task(Of CSMRecoveryPointGetOperationResponse)

パラメーター

operations
IRecoveryPointOperations

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

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

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

containerName
String

省略可能。

itemName
String

省略可能。

recoveryPointName
String

省略可能。

戻り値

CSMRecoveryPointGetOperationResponse の定義。

適用対象