BackupCrrJobsOperationsExtensions.List 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.
Gets the list of CRR jobs from the target region.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobsOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest parameters, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject> odataQuery = default, string skipToken = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobsOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource>
<Extension()>
Public Function List (operations As IBackupCrrJobsOperations, azureRegion As String, parameters As CrrJobRequest, Optional odataQuery As ODataQuery(Of JobQueryObject) = Nothing, Optional skipToken As String = Nothing) As IPage(Of JobResource)
Parameters
- operations
- IBackupCrrJobsOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- parameters
- CrrJobRequest
Backup CRR Job request
- odataQuery
- ODataQuery<JobQueryObject>
OData parameters to apply to the operation.
- skipToken
- String
skipToken Filter.
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