你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDeploymentOperationOperations.ListAsync 方法

定义

获取部署操作列表。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult> ListAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult>
Public Function ListAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentOperationsListParameters, cancellationToken As CancellationToken) As Task(Of DeploymentOperationsListResult)

参数

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

deploymentName
String

部署的名称。

parameters
DeploymentOperationsListParameters

查询参数。

cancellationToken
CancellationToken

取消标记。

返回

部署操作的列表。

适用于