IApplicationOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ApplicationOperations operations.
public interface IApplicationOperations
type IApplicationOperations = interface
Public Interface IApplicationOperations
Methods
GetWithHttpMessagesAsync(String, ApplicationGetOptions, Dictionary<String,List<String>>, CancellationToken) |
Gets information about the specified Application. |
ListNextWithHttpMessagesAsync(String, ApplicationListNextOptions, Dictionary<String,List<String>>, CancellationToken) |
Lists all of the applications available in the specified Account. |
ListWithHttpMessagesAsync(ApplicationListOptions, Dictionary<String,List<String>>, CancellationToken) |
Lists all of the applications available in the specified Account. |
Extension Methods
Get(IApplicationOperations, String, ApplicationGetOptions) |
Gets information about the specified Application. |
GetAsync(IApplicationOperations, String, ApplicationGetOptions, CancellationToken) |
Gets information about the specified Application. |
List(IApplicationOperations, ApplicationListOptions) |
Lists all of the applications available in the specified Account. |
ListAsync(IApplicationOperations, ApplicationListOptions, CancellationToken) |
Lists all of the applications available in the specified Account. |
ListNext(IApplicationOperations, String, ApplicationListNextOptions) |
Lists all of the applications available in the specified Account. |
ListNextAsync(IApplicationOperations, String, ApplicationListNextOptions, CancellationToken) |
Lists all of the applications available in the specified Account. |
Applies to
Azure SDK for .NET