| external help file | core-help.xml |
|---|---|
| Module Name | core |
| online version | https://github.com/Azure-Devops-PowerShell-Module/core/blob/master/docs/Get-AzDevOpsOperation.md#get-azdevopsoperation |
| schema | 2.0.0 |
Gets an operation from the the operationId using the given pluginId.
Get-AzDevOpsOperation [-OperationId] <Guid> [<CommonParameters>]
Operations provide a way to monitor the process of an async task. This function gets an operation from the the operationId using the given pluginId. Some scenarios don't require a pluginId. If a pluginId is not included in the call then just the operationId will be used to find an operation.
PS C:\> Get-AzDevOpsOperations -OperationId 'c92521c2-5599-4a87-aec6-58afe7b14444'
id status url _links
-- ------ --- ------
c92521c2-5599-4a87-aec6-58afe7b14444 succeeded https://dev.azure.com/patton-tech/_apis/operations/c92521c2-5599-4a87-aec6-58afe7b14444 @{self=}Get the status of a running operation
This is a GUID that is returned from some Post/Patch/Delete method
Type: Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
You must be connected to an Azure DevOps project