IDeploymentOperations 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.
public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
Get(IDeploymentOperations, String, String, String)
GetAsync(IDeploymentOperations, String, String, String, CancellationToken)
List(IDeploymentOperations, String, String, Nullable<Int32>)
ListAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken)
ListNext(IDeploymentOperations, String)
ListNextAsync(IDeploymentOperations, String, CancellationToken)
Applies to