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
| Name | Description |
|---|---|
| CreateOrUpdateWithHttpMessagesAsync(String, Application, Dictionary<String,List<String>>, CancellationToken) |
Creates or update a security application on the given subscription. |
| DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Delete an Application over a given scope |
| GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a specific application for the requested scope by applicationId |
Extension Methods
| Name | Description |
|---|---|
| CreateOrUpdate(IApplicationOperations, String, Application) |
Creates or update a security application on the given subscription. |
| CreateOrUpdateAsync(IApplicationOperations, String, Application, CancellationToken) |
Creates or update a security application on the given subscription. |
| Delete(IApplicationOperations, String) |
Delete an Application over a given scope |
| DeleteAsync(IApplicationOperations, String, CancellationToken) |
Delete an Application over a given scope |
| Get(IApplicationOperations, String) |
Get a specific application for the requested scope by applicationId |
| GetAsync(IApplicationOperations, String, CancellationToken) |
Get a specific application for the requested scope by applicationId |