IOperationStatusOperations 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.
OperationStatusOperations operations.
public interface IOperationStatusOperations
type IOperationStatusOperations = interface
Public Interface IOperationStatusOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get Async Operation status |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List Async Operations, currently in progress, in a cluster |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List Async Operations, currently in progress, in a cluster |
Extension Methods
Get(IOperationStatusOperations, String, String, String, String, String, String) |
Get Async Operation status |
GetAsync(IOperationStatusOperations, String, String, String, String, String, String, CancellationToken) |
Get Async Operation status |
List(IOperationStatusOperations, String, String, String, String) |
List Async Operations, currently in progress, in a cluster |
ListAsync(IOperationStatusOperations, String, String, String, String, CancellationToken) |
List Async Operations, currently in progress, in a cluster |
ListNext(IOperationStatusOperations, String) |
List Async Operations, currently in progress, in a cluster |
ListNextAsync(IOperationStatusOperations, String, CancellationToken) |
List Async Operations, currently in progress, in a cluster |
Applies to
Azure SDK for .NET