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

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

Gets a deployments operation.

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

Gets a deployments operation.

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

Gets a deployments operation.

GetAtSubscriptionScopeAsync(IDeploymentOperations, String, String, CancellationToken)

Gets a deployments operation.

GetAtTenantScopeAsync(IDeploymentOperations, String, String, CancellationToken)

Gets a deployments operation.

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

Gets all deployments operations for a deployment.

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

Gets all deployments operations for a deployment.

ListAtManagementGroupScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

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

Gets all deployments operations for a deployment.

ListAtScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

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

Gets all deployments operations for a deployment.

ListAtSubscriptionScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

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

Gets all deployments operations for a deployment.

ListAtTenantScopeNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

ListNextAsync(IDeploymentOperations, String, CancellationToken)

Gets all deployments operations for a deployment.

Applies to