DeploymentOperationsOperations interface
Interface representing a DeploymentOperations operations.
Properties
| get | Gets a deployments operation. |
| get |
Gets a deployments operation. |
| get |
Gets a deployments operation. |
| get |
Gets a deployments operation. |
| get |
Gets a deployments operation. |
| list | Gets all deployments operations for a deployment. |
| list |
Gets all deployments operations for a deployment. |
| list |
Gets all deployments operations for a deployment. |
| list |
Gets all deployments operations for a deployment. |
| list |
Gets all deployments operations for a deployment. |
Property Details
get
Gets a deployments operation.
get: (resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams) => Promise<DeploymentOperation>
Property Value
(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams) => Promise<DeploymentOperation>
getAtManagementGroupScope
Gets a deployments operation.
getAtManagementGroupScope: (groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams) => Promise<DeploymentOperation>
Property Value
(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams) => Promise<DeploymentOperation>
getAtScope
Gets a deployments operation.
getAtScope: (scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams) => Promise<DeploymentOperation>
Property Value
(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams) => Promise<DeploymentOperation>
getAtSubscriptionScope
Gets a deployments operation.
getAtSubscriptionScope: (deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams) => Promise<DeploymentOperation>
Property Value
(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams) => Promise<DeploymentOperation>
getAtTenantScope
Gets a deployments operation.
getAtTenantScope: (deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams) => Promise<DeploymentOperation>
Property Value
(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams) => Promise<DeploymentOperation>
list
Gets all deployments operations for a deployment.
list: (resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
Property Value
(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
listAtManagementGroupScope
Gets all deployments operations for a deployment.
listAtManagementGroupScope: (groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
Property Value
(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
listAtScope
Gets all deployments operations for a deployment.
listAtScope: (scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
Property Value
(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
listAtSubscriptionScope
Gets all deployments operations for a deployment.
listAtSubscriptionScope: (deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
Property Value
(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
listAtTenantScope
Gets all deployments operations for a deployment.
listAtTenantScope: (deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
Property Value
(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams) => PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>