IApplicationPackageOperations Schnittstelle
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.
ApplicationPackageOperations-Vorgänge.
public interface IApplicationPackageOperations
type IApplicationPackageOperations = interface
Public Interface IApplicationPackageOperations
Methoden
ActivateWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Aktiviert das angegebene Anwendungspaket. Dies sollte nach dem |
CreateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Erstellt einen Anwendungspaketdatensatz. Der Datensatz enthält einen storageUrl, in den das Paket hochgeladen werden soll. Sobald es hochgeladen wurde, muss der |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Löscht einen Anwendungspaketdatensatz und die zugehörige Binärdatei. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Ruft Informationen zum angegebenen Anwendungspaket ab. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Listet alle Anwendungspakete in der angegebenen Anwendung auf. |
Erweiterungsmethoden
Activate(IApplicationPackageOperations, String, String, String, String, String) |
Aktiviert das angegebene Anwendungspaket. Dies sollte nach dem |
ActivateAsync(IApplicationPackageOperations, String, String, String, String, String, CancellationToken) |
Aktiviert das angegebene Anwendungspaket. Dies sollte nach dem |
Create(IApplicationPackageOperations, String, String, String, String) |
Erstellt einen Anwendungspaketdatensatz. Der Datensatz enthält einen storageUrl, in den das Paket hochgeladen werden soll. Sobald es hochgeladen wurde, muss der |
CreateAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken) |
Erstellt einen Anwendungspaketdatensatz. Der Datensatz enthält einen storageUrl, in den das Paket hochgeladen werden soll. Sobald es hochgeladen wurde, muss der |
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