ApplicationOperationsExtensions Class
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.
Extension methods for ApplicationOperations.
public static class ApplicationOperationsExtensions
type ApplicationOperationsExtensions = class
Public Module ApplicationOperationsExtensions
- Inheritance
-
ApplicationOperationsExtensions
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