Language

RecoveryServicesBackupExtensions.ExportJobAsync Method

Definition

Triggers export of jobs specified by filters and returns an OperationID to track. <item> Mocking. To mock this method, please mock ExportJobAsync(String, String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response> ExportJobAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ExportJobAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function ExportJobAsync (resourceGroupResource As ResourceGroupResource, vaultName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

vaultName
String

The name of the recovery services vault.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

vaultName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to