Condividi tramite


RecoveryPointOperationsExtensions.GetAsync Metodo

Definizione

Ottenere il punto di ripristino.

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)

Parametri

operations
IRecoveryPointOperations

Riferimento a Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations.

resourceGroupName
String

Obbligatorio.

resourceName
String

Obbligatorio.

customRequestHeaders
CustomRequestHeaders

Facoltativa. Parametri dell'intestazione della richiesta.

containerName
String

Facoltativa.

itemName
String

Facoltativa.

recoveryPointName
String

Facoltativa.

Restituisce

Definizione di un CSMRecoveryPointGetOperationResponse.

Si applica a