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

DeploymentOperationsExtensions.List 方法

定义

获取部署列表。

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

参数

operations
IDeploymentOperations

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

resourceGroupName
String

必需。 作为资源组筛选依据的名称。 此名称不区分大小写。

parameters
DeploymentListParameters

可选。 查询参数。 如果传递了 null,则返回所有部署。

返回

部署列表。

适用于