Share via


DeploymentOperationOperationsExtensions.Get Method

Definition

Get a list of deployments operations.

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

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