BackupStatusOperationsExtensions.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 container backup status
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupStatusOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupStatusOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse>
<Extension()>
Public Function GetAsync (operations As IBackupStatusOperations, azureRegion As String, parameters As BackupStatusRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupStatusResponse)
Parameters
- operations
- IBackupStatusOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- parameters
- BackupStatusRequest
Container Backup Status Request
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET