RecoveryServicesBackupExtensions.ExportJob 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.
Triggers export of jobs specified by filters and returns an OperationID to track.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobsExport
- Operation Id: Jobs_Export
public static Azure.Response ExportJob (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ExportJob : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function ExportJob (resourceGroupResource As ResourceGroupResource, vaultName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance 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
or vaultName
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET