Compartilhar via


IDeploymentOperations Interface

Definition

public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations

Methods

GetAtSubscriptionScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListAtSubscriptionScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAtSubscriptionScopeWithHttpMessagesAsync(String, Nullable<Int32>, 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)
GetAtSubscriptionScope(IDeploymentOperations, String, String)
GetAtSubscriptionScopeAsync(IDeploymentOperations, String, String, CancellationToken)
List(IDeploymentOperations, String, String, Nullable<Int32>)
ListAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken)
ListAtSubscriptionScope(IDeploymentOperations, String, Nullable<Int32>)
ListAtSubscriptionScopeAsync(IDeploymentOperations, String, Nullable<Int32>, CancellationToken)
ListAtSubscriptionScopeNext(IDeploymentOperations, String)
ListAtSubscriptionScopeNextAsync(IDeploymentOperations, String, CancellationToken)
ListNext(IDeploymentOperations, String)
ListNextAsync(IDeploymentOperations, String, CancellationToken)

Applies to