DeploymentOperationsExtensions.GetAsync(IDeploymentOperations, String, String, String, CancellationToken) Method
Definition
Get a list of deployments operations.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner> GetAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string resourceGroupName, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = null);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>
Parameters
- operations
- IDeploymentOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- deploymentName
- String
The name of the deployment.
- operationId
- String
Operation Id.
- cancellationToken
- CancellationToken
The cancellation token.