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

DeploymentOperationOperationsExtensions.Get 方法

定义

获取部署操作列表。

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

参数

operations
IDeploymentOperationOperations

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

resourceGroupName
String

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

deploymentName
String

必需。 部署的名称。

operationId
String

必需。 操作 ID。

返回

部署操作。

适用于