RecoveryPointOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the recovery point.
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)
Parameters
- operations
- IRecoveryPointOperations
Reference to the Microsoft.Azure.Management.BackupServices.IRecoveryPointOperations.
- resourceGroupName
- String
Required.
- resourceName
- String
Required.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
- containerName
- String
Optional.
- itemName
- String
Optional.
- recoveryPointName
- String
Optional.
Returns
The definition of a CSMRecoveryPointGetOperationResponse.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET