Get-SqlDataCatalogOperation
Published 17 August 2021
Get details of an operation by identifier
Syntax
Get-SqlDataCatalogOperation [-OperationId] <string> [<CommonParameters>]
Description
Returns all details of an operation that is running or has completed for the provided identifier.
Parameters
-OperationId
<String>
The identifier of the operation to get details for.
Aliases | None |
Required? | true |
Position? | 1 |
Default Value | None |
Accept Pipeline Input | True (ByValue) |
Accept Wildcard Characters | false |
-ProgressAction
<ActionPreference>
{{ Fill ProgressAction Description }}
Aliases | None |
Required? | false |
Position? | named |
Default Value | None |
Accept Pipeline Input | False |
Accept Wildcard Characters | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
-
None.
You cannot pipe input to this cmdlet.
Return values
The output type is the type of the objects that the cmdlet emits.
-
A hashtable with the following properties:
- id: string
- createdDateUtc: string
- startedDateUtc: string
- endDateUtc: string
- canceledDateUtc: string
- errorMessage: string
- userName: string
- status: string
- type: string
- description: string
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-SqlDataCatalogOperation "12345678"
Get the details for operation with identifier 12345678