Sdílet prostřednictvím


DeploymentOperationOperationsExtensions.GetAsync Method

Definition

Get a list of deployments operations.

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

Parameters

operations
IDeploymentOperationOperations

Reference to the Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.

resourceGroupName
String

Required. The name of the resource group. The name is case insensitive.

deploymentName
String

Required. The name of the deployment.

operationId
String

Required. Operation Id.

Returns

Deployment operation.

Applies to