IApplicationOperations 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.
ApplicationOperations-Vorgänge.
public interface IApplicationOperations
type IApplicationOperations = interface
Public Interface IApplicationOperations
Methoden
GetWithHttpMessagesAsync(String, ApplicationGetOptions, Dictionary<String,List<String>>, CancellationToken) |
Ruft Informationen zur angegebenen Anwendung ab. |
ListNextWithHttpMessagesAsync(String, ApplicationListNextOptions, Dictionary<String,List<String>>, CancellationToken) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
ListWithHttpMessagesAsync(ApplicationListOptions, Dictionary<String,List<String>>, CancellationToken) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
Erweiterungsmethoden
Get(IApplicationOperations, String, ApplicationGetOptions) |
Ruft Informationen zur angegebenen Anwendung ab. |
GetAsync(IApplicationOperations, String, ApplicationGetOptions, CancellationToken) |
Ruft Informationen zur angegebenen Anwendung ab. |
List(IApplicationOperations, ApplicationListOptions) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
ListAsync(IApplicationOperations, ApplicationListOptions, CancellationToken) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
ListNext(IApplicationOperations, String, ApplicationListNextOptions) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
ListNextAsync(IApplicationOperations, String, ApplicationListNextOptions, CancellationToken) |
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind. |
Gilt für:
Azure SDK for .NET