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

DeploymentOperationOperationsExtensions.List 方法

定义

获取部署操作列表。

public static Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult List (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters parameters);
static member List : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters -> Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult
<Extension()>
Public Function List (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentOperationsListParameters) As DeploymentOperationsListResult

参数

operations
IDeploymentOperationOperations

对 Microsoft.Azure.Management.Resources.IDeploymentOperationOperations 的引用。

resourceGroupName
String

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

deploymentName
String

必需。 部署的名称。

parameters
DeploymentOperationsListParameters

可选。 查询参数。

返回

部署操作的列表。

适用于