IDeletedApplicationsOperations 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.
DeletedApplicationsOperations operations.
public interface IDeletedApplicationsOperations
type IDeletedApplicationsOperations = interface
Public Interface IDeletedApplicationsOperations
Methods
HardDeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Hard-delete an application. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of deleted applications in the directory. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of deleted applications in the directory. |
RestoreWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Restores the deleted application in the directory. |
Extension Methods
HardDeleteAsync(IDeletedApplicationsOperations, String, CancellationToken) |
Hard-delete an application. |
ListAsync(IDeletedApplicationsOperations, String, CancellationToken) |
Gets a list of deleted applications in the directory. |
ListNextAsync(IDeletedApplicationsOperations, String, CancellationToken) |
Gets a list of deleted applications in the directory. |
RestoreAsync(IDeletedApplicationsOperations, String, CancellationToken) |
Restores the deleted application in the directory. |
Applies to
Azure SDK for .NET