Sdílet prostřednictvím


DeploymentOperations interface

Interface representing a DeploymentOperations.

Methods

get(string, string, string, DeploymentOperationsGetOptionalParams)

Gets a deployments operation.

getAtManagementGroupScope(string, string, string, DeploymentOperationsGetAtManagementGroupScopeOptionalParams)

Gets a deployments operation.

getAtScope(string, string, string, DeploymentOperationsGetAtScopeOptionalParams)

Gets a deployments operation.

getAtSubscriptionScope(string, string, DeploymentOperationsGetAtSubscriptionScopeOptionalParams)

Gets a deployments operation.

getAtTenantScope(string, string, DeploymentOperationsGetAtTenantScopeOptionalParams)

Gets a deployments operation.

list(string, string, DeploymentOperationsListOptionalParams)

Gets all deployments operations for a deployment.

listAtManagementGroupScope(string, string, DeploymentOperationsListAtManagementGroupScopeOptionalParams)

Gets all deployments operations for a deployment.

listAtScope(string, string, DeploymentOperationsListAtScopeOptionalParams)

Gets all deployments operations for a deployment.

listAtSubscriptionScope(string, DeploymentOperationsListAtSubscriptionScopeOptionalParams)

Gets all deployments operations for a deployment.

listAtTenantScope(string, DeploymentOperationsListAtTenantScopeOptionalParams)

Gets all deployments operations for a deployment.

Method Details

get(string, string, string, DeploymentOperationsGetOptionalParams)

Gets a deployments operation.

function get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperation>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

deploymentName

string

The name of the deployment.

operationId

string

The ID of the operation to get.

options
DeploymentOperationsGetOptionalParams

The options parameters.

Returns

getAtManagementGroupScope(string, string, string, DeploymentOperationsGetAtManagementGroupScopeOptionalParams)

Gets a deployments operation.

function getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperation>

Parameters

groupId

string

The management group ID.

deploymentName

string

The name of the deployment.

operationId

string

The ID of the operation to get.

Returns

getAtScope(string, string, string, DeploymentOperationsGetAtScopeOptionalParams)

Gets a deployments operation.

function getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperation>

Parameters

scope

string

The resource scope.

deploymentName

string

The name of the deployment.

operationId

string

The ID of the operation to get.

options
DeploymentOperationsGetAtScopeOptionalParams

The options parameters.

Returns

getAtSubscriptionScope(string, string, DeploymentOperationsGetAtSubscriptionScopeOptionalParams)

Gets a deployments operation.

function getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperation>

Parameters

deploymentName

string

The name of the deployment.

operationId

string

The ID of the operation to get.

Returns

getAtTenantScope(string, string, DeploymentOperationsGetAtTenantScopeOptionalParams)

Gets a deployments operation.

function getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperation>

Parameters

deploymentName

string

The name of the deployment.

operationId

string

The ID of the operation to get.

options
DeploymentOperationsGetAtTenantScopeOptionalParams

The options parameters.

Returns

list(string, string, DeploymentOperationsListOptionalParams)

Gets all deployments operations for a deployment.

function list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

deploymentName

string

The name of the deployment.

options
DeploymentOperationsListOptionalParams

The options parameters.

Returns

listAtManagementGroupScope(string, string, DeploymentOperationsListAtManagementGroupScopeOptionalParams)

Gets all deployments operations for a deployment.

function listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

Parameters

groupId

string

The management group ID.

deploymentName

string

The name of the deployment.

Returns

listAtScope(string, string, DeploymentOperationsListAtScopeOptionalParams)

Gets all deployments operations for a deployment.

function listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

Parameters

scope

string

The resource scope.

deploymentName

string

The name of the deployment.

options
DeploymentOperationsListAtScopeOptionalParams

The options parameters.

Returns

listAtSubscriptionScope(string, DeploymentOperationsListAtSubscriptionScopeOptionalParams)

Gets all deployments operations for a deployment.

function listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

Parameters

deploymentName

string

The name of the deployment.

Returns

listAtTenantScope(string, DeploymentOperationsListAtTenantScopeOptionalParams)

Gets all deployments operations for a deployment.

function listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

Parameters

deploymentName

string

The name of the deployment.

options
DeploymentOperationsListAtTenantScopeOptionalParams

The options parameters.

Returns