DeploymentOperationsExtensions Class

Definition

Extension methods for DeploymentOperations.

public static class DeploymentOperationsExtensions
type DeploymentOperationsExtensions = class
Public Module DeploymentOperationsExtensions
Inheritance
DeploymentOperationsExtensions

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