BackupCrrJobDetailsOperationsExtensions.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 CRR job details from target region.
public static Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobDetailsOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest parameters);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobDetailsOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource
<Extension()>
Public Function Get (operations As IBackupCrrJobDetailsOperations, azureRegion As String, parameters As CrrJobRequest) As JobResource
Parameters
- operations
- IBackupCrrJobDetailsOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- parameters
- CrrJobRequest
CRR Job request
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET