ApplicationPackageOperationsExtensions Klasse
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.
Erweiterungsmethoden für ApplicationPackageOperations.
public static class ApplicationPackageOperationsExtensions
type ApplicationPackageOperationsExtensions = class
Public Module ApplicationPackageOperationsExtensions
- Vererbung
-
ApplicationPackageOperationsExtensions
Methoden
Activate(IApplicationPackageOperations, String, String, String, String, String) |
Aktiviert das angegebene Anwendungspaket. Dies sollte nach dem Erstellen und Hochladen von |
ActivateAsync(IApplicationPackageOperations, String, String, String, String, String, CancellationToken) |
Aktiviert das angegebene Anwendungspaket. Dies sollte nach dem Erstellen und Hochladen von |
Create(IApplicationPackageOperations, String, String, String, String) |
Erstellt einen Anwendungspaketdatensatz. Der Datensatz enthält eine storageUrl, in die das Paket hochgeladen werden soll. Nachdem es hochgeladen wurde, muss mit |
CreateAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken) |
Erstellt einen Anwendungspaketdatensatz. Der Datensatz enthält eine storageUrl, in die das Paket hochgeladen werden soll. Nachdem es hochgeladen wurde, muss mit |
Delete(IApplicationPackageOperations, String, String, String, String) |
Löscht einen Anwendungspaketdatensatz und die zugehörige Binärdatei. |
DeleteAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken) |
Löscht einen Anwendungspaketdatensatz und die zugehörige Binärdatei. |
Get(IApplicationPackageOperations, String, String, String, String) |
Ruft Informationen zum angegebenen Anwendungspaket ab. |
GetAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken) |
Ruft Informationen zum angegebenen Anwendungspaket ab. |
List(IApplicationPackageOperations, String, String, String, Nullable<Int32>) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
ListAsync(IApplicationPackageOperations, String, String, String, Nullable<Int32>, CancellationToken) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
ListNext(IApplicationPackageOperations, String) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
ListNextAsync(IApplicationPackageOperations, String, CancellationToken) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
Gilt für:
Azure SDK for .NET