DeploymentOperations interface
Interface representing a DeploymentOperations.
Methods
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.
The options parameters.
Returns
Promise<DeploymentOperation>
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.
The options parameters.
Returns
Promise<DeploymentOperation>
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.
The options parameters.
Returns
Promise<DeploymentOperation>
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.
The options parameters.
Returns
Promise<DeploymentOperation>
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.
The options parameters.
Returns
Promise<DeploymentOperation>
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.
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.
The options parameters.
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.
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.
The options parameters.
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.
The options parameters.