WebAppsOperationsExtensions.GetBackupStatusSlotAsync 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 eine Sicherung einer App anhand ihrer ID ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.BackupItemInner> GetBackupStatusSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetBackupStatusSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.BackupItemInner>
<Extension()>
Public Function GetBackupStatusSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, backupId As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupItemInner)
Parameter
- operations
- IWebAppsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe, zu der die Ressource gehört.
- name
- String
Name der App
- backupId
- String
ID der Sicherung.
- slot
- String
Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, erhält die API eine Sicherung des Produktionsslots.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Ruft eine Sicherung einer App anhand ihrer ID ab.
Gilt für:
Azure SDK for .NET