IDeploymentOperations Interface

Definition

DeploymentOperations operations.

public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations

Methods

GetAtManagementGroupScopeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployments operation.

GetAtScopeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployments operation.

GetAtSubscriptionScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployments operation.

GetAtTenantScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployments operation.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployments operation.

ListAtManagementGroupScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtManagementGroupScopeWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtScopeWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtTenantScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtTenantScopeWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all deployments operations for a deployment.

Extension Methods

Get(IDeploymentOperations, String, String, String)

Gets a deployments operation.

GetAsync(IDeploymentOperations, String, String, String, CancellationToken)

Gets a deployments operation.

GetAtManagementGroupScope(IDeploymentOperations, String, String, String)

Gets a deployments operation.

GetAtManagementGroupScopeAsync(IDeploymentOperations, String, String, String, CancellationToken)

Gets a deployments operation.

GetAtScope(IDeploymentOperations, String, String, String)

Gets a deployments operation.

GetAtScopeAsync(IDeploymentOperations, String, String, String, CancellationToken)

Gets a deployments operation.

GetAtSubscriptionScope(IDeploymentOperations, String, String)

Gets a deployments operation.

GetAtSubscriptionScopeAsync(IDeploymentOperations, String, String, CancellationToken)

Gets a deployments operation.

GetAtTenantScope(IDeploymentOperations, String, String)

Gets a deployments operation.

GetAtTenantScopeAsync(IDeploymentOperations, String, String, CancellationToken)

Gets a deployments operation.

List(IDeploymentOperations, String, String, Nullable<Int32>)

Gets all deployments operations for a deployment.

ListAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtManagementGroupScope(IDeploymentOperations, String, String, Nullable<Int32>)

Gets all deployments operations for a deployment.

ListAtManagementGroupScopeAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtManagementGroupScopeNext(IDeploymentOperations, String)

Gets all deployments operations for a deployment.

ListAtManagementGroupScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

ListAtScope(IDeploymentOperations, String, String, Nullable<Int32>)

Gets all deployments operations for a deployment.

ListAtScopeAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtScopeNext(IDeploymentOperations, String)

Gets all deployments operations for a deployment.

ListAtScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

ListAtSubscriptionScope(IDeploymentOperations, String, Nullable<Int32>)

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeAsync(IDeploymentOperations, String, Nullable<Int32>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeNext(IDeploymentOperations, String)

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

ListAtTenantScope(IDeploymentOperations, String, Nullable<Int32>)

Gets all deployments operations for a deployment.

ListAtTenantScopeAsync(IDeploymentOperations, String, Nullable<Int32>, CancellationToken)

Gets all deployments operations for a deployment.

ListAtTenantScopeNext(IDeploymentOperations, String)

Gets all deployments operations for a deployment.

ListAtTenantScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

ListNext(IDeploymentOperations, String)

Gets all deployments operations for a deployment.

ListNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

Applies to