DataProtectionBackupVaultResource.GetDataProtectionBackupJob Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Auftrag mit der ID in einem Sicherungstresor ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
- Vorgang IdJobs_Get
public virtual Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource> GetDataProtectionBackupJob (string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataProtectionBackupJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
override this.GetDataProtectionBackupJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
Public Overridable Function GetDataProtectionBackupJob (jobId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataProtectionBackupJobResource)
Parameter
- jobId
- String
Die Auftrags-ID. Dies ist eine GUID-formatierte Zeichenfolge (z. B. 000000000-0000-0000-000000000000000000).
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
jobId
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
jobId
ist NULL.