DeploymentOperationsOperations interface

介面代表部署作業。

屬性

get

取得部署作業。

getAtManagementGroupScope

取得部署作業。

getAtScope

取得部署作業。

getAtSubscriptionScope

取得部署作業。

getAtTenantScope

取得部署作業。

list

取得部署的所有部署作業。

listAtManagementGroupScope

取得部署的所有部署作業。

listAtScope

取得部署的所有部署作業。

listAtSubscriptionScope

取得部署的所有部署作業。

listAtTenantScope

取得部署的所有部署作業。

屬性詳細資料

get

取得部署作業。

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

屬性值

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

getAtManagementGroupScope

取得部署作業。

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

屬性值

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

getAtScope

取得部署作業。

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

屬性值

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

getAtSubscriptionScope

取得部署作業。

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

屬性值

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

getAtTenantScope

取得部署作業。

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

屬性值

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

list

取得部署的所有部署作業。

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

屬性值

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

listAtManagementGroupScope

取得部署的所有部署作業。

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

屬性值

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

listAtScope

取得部署的所有部署作業。

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

屬性值

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

listAtSubscriptionScope

取得部署的所有部署作業。

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

屬性值

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

listAtTenantScope

取得部署的所有部署作業。

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

屬性值

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