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
CreateWithHttpMessagesAsync(String, String, String, Application, Dictionary<String,List<String>>, CancellationToken) |
Adds an application to the specified Batch account. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an application. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets information about the specified application. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all of the applications in the specified account. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Lists all of the applications in the specified account. |
UpdateWithHttpMessagesAsync(String, String, String, Application, Dictionary<String,List<String>>, CancellationToken) |
Updates settings for the specified application. |