DataProtectionBackupJobCollection.Get(String, CancellationToken) 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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
- Vorgangs-IdJobs_Get
public virtual Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource> Get (string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
Public Overridable Function Get (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. 0000000-0000-0000-0000-00000000000000000).
- 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.
Gilt für:
Azure SDK for .NET