Пример #1
0
 /// <summary>
 /// Gets the list of CRR jobs from the target region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='azureRegion'>
 /// Azure region to hit Api
 /// </param>
 /// <param name='parameters'>
 /// Backup CRR Job request
 /// </param>
 /// <param name='odataQuery'>
 /// OData parameters to apply to the operation.
 /// </param>
 /// <param name='skipToken'>
 /// skipToken Filter.
 /// </param>
 public static IPage <JobResource> List(this IBackupCrrJobsOperations operations, string azureRegion, CrrJobRequest parameters, ODataQuery <JobQueryObject> odataQuery = default(ODataQuery <JobQueryObject>), string skipToken = default(string))
 {
     return(operations.ListAsync(azureRegion, parameters, odataQuery, skipToken).GetAwaiter().GetResult());
 }
Пример #2
0
 /// <summary>
 /// Gets the list of CRR jobs from the target region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='azureRegion'>
 /// Azure region to hit Api
 /// </param>
 public static IPage <JobResource> List(this IBackupCrrJobsOperations operations, string azureRegion)
 {
     return(operations.ListAsync(azureRegion).GetAwaiter().GetResult());
 }