DeploymentOperations.GetAtScope(String, String, String, CancellationToken) 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.
Gets a deployments operation.
public virtual Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentOperation> GetAtScope (string scope, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAtScope : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentOperation>
override this.GetAtScope : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentOperation>
Public Overridable Function GetAtScope (scope As String, deploymentName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeploymentOperation)
Parameters
- scope
- System.String
The resource scope.
- deploymentName
- System.String
The name of the deployment.
- operationId
- System.String
The ID of the operation to get.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.