DataProtectionBackupJobCollection.GetIfExists 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.
Versucht, Details für diese Ressource vom Dienst abzurufen.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
- Vorgangs-IdJobs_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource> GetIfExists (string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
Public Overridable Function GetIfExists (jobId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(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