共用方式為


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 的定義。

適用於