예제 #1
0
 /// <summary>
 /// Triggers export of jobs specified by filters and returns an OperationID to
 /// track.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='vaultName'>
 /// The name of the recovery services vault.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group where the recovery services vault is
 /// present.
 /// </param>
 /// <param name='odataQuery'>
 /// OData parameters to apply to the operation.
 /// </param>
 public static void Export(this IJobsOperations operations, string vaultName, string resourceGroupName, ODataQuery <JobQueryObject> odataQuery = default(ODataQuery <JobQueryObject>))
 {
     operations.ExportAsync(vaultName, resourceGroupName, odataQuery).GetAwaiter().GetResult();
 }