ArmClient.DeploymentOperationsGetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a template deployment operation
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentOperation> DeploymentOperationsGetAsync(string subscription, string resourceGroup, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeploymentOperationsGetAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentOperation>
override this.DeploymentOperationsGetAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentOperation>
Public Overridable Function DeploymentOperationsGetAsync (subscription As String, resourceGroup As String, deploymentName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentOperation)
Parameters
- subscription
- String
Subscription
- resourceGroup
- String
Resource Group
- deploymentName
- String
Deployment Name
- operationId
- String
Operation Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Read a template deployment operation response.
Remarks
Reads a particular resource group template deployment operation. This is useful for troubleshooting failed template deployments.