IApplicationsOperations 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.
ApplicationsOperations operations.
public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations
Methods
| Name | Description |
|---|---|
| ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of all relevant applications over a subscription level scope |
| ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Get a list of all relevant applications over a subscription level scope |
Extension Methods
| Name | Description |
|---|---|
| List(IApplicationsOperations) |
Get a list of all relevant applications over a subscription level scope |
| ListAsync(IApplicationsOperations, CancellationToken) |
Get a list of all relevant applications over a subscription level scope |
| ListNext(IApplicationsOperations, String) |
Get a list of all relevant applications over a subscription level scope |
| ListNextAsync(IApplicationsOperations, String, CancellationToken) |
Get a list of all relevant applications over a subscription level scope |