IDeploymentOperations Interface
Definition
DeploymentOperations operations.
public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of deployments operations. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of deployments operations. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of deployments operations. |
Extension Methods
GetAsync(IDeploymentOperations, String, String, String, CancellationToken) |
Get a list of deployments operations. |
ListAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken) |
Gets a list of deployments operations. |
ListNextAsync(IDeploymentOperations, String, CancellationToken) |
Gets a list of deployments operations. |