BackupStatusOperationsExtensions.Get 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 Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupStatusOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest parameters);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupStatusOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse
<Extension()>
Public Function Get (operations As IBackupStatusOperations, azureRegion As String, parameters As BackupStatusRequest) As BackupStatusResponse
Parameters
- operations
- IBackupStatusOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- parameters
- BackupStatusRequest
Container Backup Status Request
Returns
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