你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentOperationsExtensions.ListAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取部署列表。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, Microsoft.Azure.Management.Resources.Models.DeploymentListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * Microsoft.Azure.Management.Resources.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperations, resourceGroupName As String, parameters As DeploymentListParameters) As Task(Of DeploymentListResult)
参数
- operations
- IDeploymentOperations
对 Microsoft.Azure.Management.Resources.IDeploymentOperations 的引用。
- resourceGroupName
- String
必需。 作为资源组筛选依据的名称。 此名称不区分大小写。
- parameters
- DeploymentListParameters
可选。 查询参数。 如果传递了 null,则返回所有部署。
返回
部署列表。